[SelectField] Sending value to the server #4271
Labels
bug 🐛
Something doesn't work
component: select
This is the name of the generic UI component, not the React module!
SelectField is implemented as a dropdown menu rather than an input element. This means that the value can't be sent straight to form action.
Is this an expected behavior get the value by catching the form submit and then sending the value to the server ?
The text was updated successfully, but these errors were encountered: