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
We are using the Combobox inside a Form. We can type any value in the Combobox field, and submit the form. Even if the value does not appear in the list of options for the Combobox, the form can still be submitted. Perhaps we can consider restricting the value for the Combobox to the list of options provided in the dropdown.