tagMode

defines presentation mode of input values

boolean tagMode;

Example

{ view:"multicombo", tagMode:false}


Default value:

true

Related samples

Details

With tagMode enabled the control shows the titles of all the chosen items in the input field. Otherwise, it shows only their count, e.g. 'Two item(s)', which can be configured by tagTemplate.

See also
Back to top