Giter Site home page Giter Site logo

react-native-jsonschema-form's People

Contributors

royaizenberg avatar zbish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

react-native-jsonschema-form's Issues

Please responsibly sunset this abandoned project and direct folks to CareLuLu/react-native-web-jsonschema-form

Hey @royaizenberg,

Given that this project has received no updates for over two years, and the fact that folks are reporting issues with a large swathe of issues, and the fact that none of the issues show indication of maintainer attention, I would encourage you to please sunset this project, as follows:

  1. Update the README to a) indicate the project is no longer maintained and b) direct folks to CareLuLu/react-native-web-jsonschema-form, which is actively maintained.
  2. Deploy the update to NPM so that your package's page displays the updated README contents.
  3. Archive this repository.

So many component are not working...

views like date, radio button, multi-choice, updown, placeholder from this library is not working.
Please update this library for react-native.
Or suggest some other library which will support all views in the json-schema form.

Multiple choices list is not working.

I can only select one option when I use multiple choices list.

      json_schema = {
           "features": {
                    "type": "array",
                    "title": "Choose Vechile features",
                    "items": {
                        "type": "string",
                        "enum": [
                            "foo",
                            "bar",
                            "fuzz",
                            "qux"
                        ]
                    },
                    "uniqueItems": true
                },
     }
     ui_schema = {
           "features": {
                "ui:widget": "checkboxes"
            }
     }
     form_data = {
           "features": [
                "foo",
            ]
     }
     

     <Form 
                  schema={ json_schema }
                  uiSchema={ ui_schema }
                  formData={ form_data }
       />

When select other optin, the form_data's features becomes a string, not array. It should be array.
As a result, when submitting, it gives validation error: "should be array"
Please help me.

rjsf/core update for optional components

rjsf-team/react-jsonschema-form#814 fixes an issue to allow references non-explicit components inside the ui:order key of the uischema object which allows you to explicitly add ordering to conditional components without using the wildcard value. This does not seem to propagate through to this package. Here's an example using rjsf/core: https://codesandbox.io/s/red-fast-x9q0c?file=/src/App.js

If I were to apply the same logic using this package, I get a uiSchema order list contains extraneous property "...". Is this a bug?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.