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 also can't see a way to provide a name attribute to the input that ComboBox renders. It would be useful to have a prop specifically for this purpose or to be able to pass in a full set of props to the TextField within.
Bug Report
Priorities and help requested:
Are you willing to submit a PR to fix? No
Requested priority: Low
Products/sites affected: -
Describe the issue:
ComboBoxes do not pass the name property to the inner input. This impares it's usage in forms, especially with HTML5 Formdata.
Actual behavior:
No name property on the inner input tag.
Expected behavior:
Matching name property on the inner input tag.
The text was updated successfully, but these errors were encountered: