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
You should treat type as an "input" not a separate field in your form. So in your case it should be given a ref and as an input, similar to name and e-mail inputs.
Hi everyone,
I'm trying to create a form with the following schema:
and this is the code for the form implementation
this is basically this example example and I just added an extra option
type
which is an enum with some options.Αs a result I would expect the type field to be a dropdown field but the result is the following
Is it something I am doing wrong?
The text was updated successfully, but these errors were encountered: