0

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".

4

1 回答 1

0

您可以将组合框设置为validatebox。并定义您的规则以进行验证。欲了解更多信息,请点击easyui 验证框

于 2013-12-06T09:19:47.693 回答