newValues

allows to enter new values into a multicombo field

boolean newValues;

Example

{ view:"multicombo", 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.

Back to top