forms
Here are 442 public repositories matching this topic...
reproduce:
- try a schema without "properties" keyword in the playground
- and a initial-formData of type object ...
=> make sure the formData is a string to have it fixed
Warning: Failed prop type: Invalid prop `value` supplied to `TextWidget`.
in TextWidget
in Unknown (created by StringField)
in StringField (created by SchemaField)
in div (created by WrapI
Hey Erik! How's it been?
Are you submitting a bug report or a feature request?
Feature
What is the current behavior?
No mention of withTypes in the documentation.
What is the expected behavior?
༼ つ ◕_◕ ༽つ
I just found out about this from a co-worker and am not even sure yet what it exactly was! Excited to see..
-
Updated
Oct 9, 2019 - JavaScript
Are you submitting a bug report or a feature request?
Neither, reporting missing documentation
What is the current behavior?
Detailed documentation on the signature of mutator functions is missing.
What is the expected behavior?
I'd expect the docs on mutators to be more elaborate on both the definition and the usage of mutators. I've looked at the docs for react
Is case insensitive match rule supported? I can't find it in the documentation. Currently I have to create custom validation rule for that.
I am attempting to wrap a NumberPicker in a functional component that updates state when onChange fires.
When I click on the up or down arrow of the picker, it begins to flicker as if it's in a refersh/rerender loop. I've reduced the code to the following that replicates the error for me.
I'm using React 16.13.1, react-widgets 4.5.0, react-widgets-simple-number 4.1.24
The Problem
It would be easier to know how to test for form with jest if there were examples.
I spent some time last week trying to set everything up on my own codebase so I'll be happy to add testing to the examples in the repo if you are interested.
-
Updated
Jun 10, 2020 - JavaScript
In your own example: https://codesandbox.io/s/react-form-custom-select-multi-select-inputs-6962t
The canSubmit is true even before the two colors in the multiselect have been set. As long as the single select have been set, it's all good.
Is this expected?
-
Updated
Jul 3, 2020 - JavaScript
I'm sure many potential plugin users would like to know which browsers we can count on with this plugin before getting hours into implementation. The suggestion of "modern browsers" could mean many things. From reading the source, I can see that you are ruling out old versions of Android, Zune, Kindle and Windows Phone. How does IE fair?
uploadTimeout option defaults to 60000 in the source code, which is missing from the list of options specified in README.md file.
Clicking the link for components/_classes/component/Component in the generated docs leads to this URL, which produces a 404: https://formio.github.io/formio.js/docs/class/src/components/_classes/component/Component.js~Component.html
 unless being explicitly specifie
-
Updated
Jul 17, 2016 - JavaScript
-
Updated
Dec 30, 2019 - JavaScript
-
Updated
Nov 9, 2018 - JavaScript
in React16
react-json-editor.js:436 Uncaught (in promise) TypeError: React.createClass is not a function
at Object. (react-json-editor.js:436)
at webpack_require (react-json-editor.js:30)
at Object. (react-json-editor.js:417)
at webpack_require (react-json-editor.js:30)
at Object.module.exports (react-json-editor.js:97)
at __webpack_requ
Improve this page
Add a description, image, and links to the forms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the forms topic, visit your repo's landing page and select "manage topics."
The currently published docs on redux-form.com has its Examples page returning a "404" page:
And, if you click on the example links in the nav sidebar, such as the Simple Example at https://redux-form.com/8.3.0/examples/simple/ then all of the sidebar links become /8.2.2/ instead of /8.3.0/