react-spectrum
fb50ecbc - fix(RAC): move native input inside the combobox div (#9554)

Commit
24 days ago
fix(RAC): move native input inside the combobox div (#9554) We have some form binding logic that depends on native form elements being inside the ref element. The current implementation of ComboBox breaks this design. This also makes it more difficult to access the native element for certain reasons (unless we add an extra div wrapper outside). I suggest changing the rendering structure of ComboBox to be consistent with Select, rendering the native form element inside the div instead of as a sibling.
Author
Parents
Loading