I am using jeasyui editable combobox. How to restrict the user to type only valid values.
for example, if my list is containing,
- C
- Cplus
- Java
if the user type vb and tries to save, its saving with value "0".
I am using jeasyui editable combobox. How to restrict the user to type only valid values.
for example, if my list is containing,
if the user type vb and tries to save, its saving with value "0".