You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 typeahead works fine. It shows options and allows to choose one. I pass a function to mapping to return id instead of the string that was chosen:
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 typeahead works fine. It shows options and allows to choose one. I pass a function to mapping to return id instead of the string that was chosen:
However, when some value comes for the typeahead field as an initial value, I get this error in the console:
Can somebody help me in finding the right way of doing this???
Many thanks and bye ....
The text was updated successfully, but these errors were encountered: