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
I use the element label with the Select component. In the log I read:
The label's for attribute doesn't match any element id. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.
To fix this issue, make sure the label's for attribute references the correct id of a form field.
Then I found that the Select component has an id and an inputId property. The first is set to the container, the latter to the search input (?). Is there a way to fix this issue?
The text was updated successfully, but these errors were encountered:
Dependencies:
I use the element
label
with theSelect
component. In the log I read:To fix this issue, make sure the label's for attribute references the correct id of a form field.
Then I found that the Select component has an
id
and aninputId
property. The first is set to the container, the latter to the search input (?).Is there a way to fix this issue?
The text was updated successfully, but these errors were encountered: