The custom Validate script of the combo box can be as simple as:
// Custom Validate script for combo box (dropdown)
event.target.insertItemAt(event.value);
The custom Validate script of the combo box can be as simple as:
// Custom Validate script for combo box (dropdown)
event.target.insertItemAt(event.value);