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 current implementation of the scroll-to-error feature (#167) does not properly handle errors occurring in Select and Autocomplete (with multiple selection) components. When validation errors are triggered in these components, the scroll-to-error functionality fails to scroll the viewport to the respective error messages, causing usability issues for users. This is because the reference to inputs in these components is incorrect, so the feature can't find an element to put into focus.
The text was updated successfully, but these errors were encountered:
fbeceic
changed the title
Incorrect input refs on Select and Autocomplete (multiple selection)
Incorrect input refs on Select and Autocomplete
Feb 8, 2024
Basic information
Bug description
The current implementation of the scroll-to-error feature (#167) does not properly handle errors occurring in
Select
andAutocomplete (with multiple selection)
components. When validation errors are triggered in these components, the scroll-to-error functionality fails to scroll the viewport to the respective error messages, causing usability issues for users. This is because the reference to inputs in these components is incorrect, so the feature can't find an element to put into focus.The text was updated successfully, but these errors were encountered: