Hello
I’m trying to get the combobox working with hinttype ‘label’ instead of ‘tooltip’.
The source code for this example is from an older post in the forum:
http://www.jqwidgets.com/community/topic/combobox-validation/#post-30470
I just added: hintType: ‘label’ to the combobox.
The output is produced correctly in the source code, however the error message stays invisible to the user:
<label class=”jqx-validator-error-label jqx-validator-error-label-classic”>Invalid input</label>
Does anybody have an idea what is going wrong?
Any help appreciated
Tony