newValues

allows to enter new values into a combo field

boolean newValues;

Example

{ view:"combo", newValues:true, options:[...]}

Details

If set, the property allows users to enter new items into the input field even if there are no corresponding options in the suggest list.

Наверх