Regression: <Select native id="my-id"> No Longer Has an Id #18255
Labels
bug 🐛
Something doesn't work
component: select
This is the name of the generic UI component, not the React module!
The "id" prop is ignored for <Select>'s that have the "native" prop set.
At some point in the past (maybe a few versions ago) this use to work.
Steps to Reproduce 🕹
document.getElementById('select-id')
. Nothing will match showing the id isn't set.The text was updated successfully, but these errors were encountered: