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 ?
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 ?