react-json-schema-form-extras
react-json-schema-form-extras copied to clipboard
An assortment of extra widgets for Mozilla's JSON Schema Form.
HEy guys, I have a onChange where I check if an array list has items added in the json schema, implement asyncTypeAhead. The reason I have this in the onChange...
Hi, I am using React Json From Schema NPM but with react-jsonschema-form-extras when i type new value it goes empty after lost focus. and on change event is firing while...
It will be good, on TypeaheadField, to set react-bootstrap-typeahead props ''disabled" at true, if the Field props have readOnly or disabled setted at true. It's the actual behavior on a...
On clearing of formData, state is not updated in TypeaheadField.js - therefore does not update and clear the typeahead. componentDidUpdate is needed to handle the change.
Hi all, I'm opening a modal and passing an item to edit in react-jsonschema-form. Sometimes a value for the typeahead comes, sometimes not. When there is **no** initial value, the...
Hi. I am using react-jsonschema-form in UMD format. Therefore, trying to use your extension the same way to get typeahead functionality. a) Package.json ``` "react-jsonschema-form": "^1.5.0", "react-jsonschema-form-extras": "^0.9.40", ``` b)...
the rte is not loading the value from the form data only when I open the same form again it does load the value in the RTE.
when specifying a form with `` then CustomDescriptionField is ignored in TypeaheadField, and DefaultDescriptionField is used instead
I use the onFocus prop of `react-jsonschema-form` to get some information on the currently selected form element. This isn't triggered when selecting the typeahead-using input.
I was using the locale like this: ``` 'dct:modified': { 'ui:field': 'rdp', rdp: { placeholder: 'Kies een datum', { locale: 'nl', firstDayOfWeek: 1, months: MONTHS, weekdaysLong: WEEKDAYS_LONG, weekdaysShort: WEEKDAYS_SHORT }...