We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried to run sample locally (reference https://github.com/nilportugues/react-jsonschema-form-semantic-ui#usage), but it throws error while editing field value in terms of onFocus and onBlur for BaseInput.
The text was updated successfully, but these errors were encountered:
I am getting the same error and text input is very sluggish.
Sorry, something went wrong.
onBlur: onBlur && function (event, data) { return onBlur(inputProps.id, data!==undefined?data.value:''); }, onFocus: onFocus && function (event, data) { return onFocus(inputProps.id, data!==undefined?data.value:''); }
Thanks for reporting and providing a fix :)
nilportugues
No branches or pull requests
Description
Tried to run sample locally (reference https://github.com/nilportugues/react-jsonschema-form-semantic-ui#usage), but it throws error while editing field value in terms of onFocus and onBlur for BaseInput.
Steps to Reproduce
Let me know if Im missing anything here... usage or any additional dependency required?
The text was updated successfully, but these errors were encountered: