When multiple items are selected the textbox attempts to display all selections and after a certain length it instead displays how many items are selected. Currently there seems to be only two options for this display:
1/ Seeing the actual selections until the length of the containing box is met, then it will display the number of items checked (this is default)
2/ Same as above only it will not show the number of selections even if the length of the containing box is exceeded.
I'm looking for what I think is the obvious third choice to have ONLY the number of items selected shown. Does anyone know of a way to achieve this?
Thanks!