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
mui
5.23.1
The file accept property for uiSchema is not working. It is setting the property on the wrapping parent rather than on the input field, see:
accept
uiSchema
input
No response
- OS: - Node: - npm:
The text was updated successfully, but these errors were encountered:
Similar problem with chakra-ui The problem seems to be with getInputProps, not retaining accept from the props to be inserted in the input
chakra-ui
getInputProps
...rest
Sorry, something went wrong.
No branches or pull requests
Prerequisites
What theme are you using?
mui
Version
5.23.1
Current Behavior
The file
accept
property foruiSchema
is not working. It is setting the property on the wrapping parent rather than on theinput
field, see:Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: