We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Scope: Common select (possibly MUI)
Description
Working on cascading select I found that the select fails when noInputChange is provided - but it should not be required.
noInputChange
Steps to reproduce
onInputChange: () => null,
select.js:160 Uncaught TypeError: _onInputChange is not a function at onInputChange (select.js:160:14)
The text was updated successfully, but these errors were encountered:
@rvsia I don't think it's still an issue. because i've tried to reproduce the issue and didn't appear the error anymore
I think it's resolved, right?
Sorry, something went wrong.
@AhmedMustafa2201 Yep, I checked it again and it seems it was resolved. Thank you for checking this! 👍
No branches or pull requests
Scope: Common select (possibly MUI)
Description
Working on cascading select I found that the select fails when
noInputChange
is provided - but it should not be required.Steps to reproduce
onInputChange: () => null,
from the exampleThe text was updated successfully, but these errors were encountered: