react-dynamic-forms
react-dynamic-forms copied to clipboard
Dynamic forms library for React
After validation fails in a text edit, you cannot click to move the cursor to edit the field. Instead you must completely delete the entry and start over. If you...
The current version of react-select doesnt ship with CSS but instead uses emotion to do the styling. and thus causes an error. We use react-select 2.3.0 which overrides the version...
When editing a textfield that has existing data in it, trying to insert characters into the middle of the existing string causes the cursor to move to the end of...
* Overhaul of the editing of lists so that you can directly edit rows of lists without having to click "edit" on the list first. * Moves all the edit...
We need to be able to load chooser data async, because in some cases it's not possible to pre-load all the data on a complex form without really slowing down...
We can specify a schema validation rule, say with a regex, but we can't specify a message to go along with that. Instead we get a rather generic Bad Format...
There was a purpose built key/value editor in the React 0.14 code, but not in the new forms code. We should re-evaluate if this should be added back in.
We should be able to have a ListEditor which is required, i.e. it requires that the length of the list be > 0.