Hi there,
When using combo box component in a form, if user selects an option from the drop down menu then my desired value will be set properly and the form will submit the correct value.
But if user types a new value and not select it from the drop down, the typed value will be submitted in the form.
How can I prevent that? I want only the values from the drop down list to be submitted and other values be set to null or empty for instance.
Best Regards
Masoud Moghaddari