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
The autocomplete component is not detecting any change when freeSolo option is activated. The issue is because the onChange, onBlur and onFocus methods are not dispatched to the Textfield component. Also, the validation is one of the features that was not working correctly.
Try to type something (have less then 4 characters on example or just change the focus out of the field)
The error message will not be shown
Add some selection, after that delete the value, leave the field - the error message will be shown
Expected behavior
When typed something - the value should be added in the values object state also the error should be detected and show the proper error message
Additional context
Because we needed the solution for the concrete bugs we created the PR that is fixing the issue, here is a link to the PR #894
The text was updated successfully, but these errors were encountered:
The autocomplete component is not detecting any change when freeSolo option is activated. The issue is because the onChange, onBlur and onFocus methods are not dispatched to the Textfield component. Also, the validation is one of the features that was not working correctly.
To Reproduce
Steps to reproduce the behavior:
Steps for the validation bug:
Expected behavior
When typed something - the value should be added in the values object state also the error should be detected and show the proper error message
Additional context
Because we needed the solution for the concrete bugs we created the PR that is fixing the issue, here is a link to the PR #894
The text was updated successfully, but these errors were encountered: