Page 1 of 1

Doesn't Clear the selection with selectindex = 1

PostPosted: 26 Aug 2015 15:51
by scoluccia
Hi,
how can I clear the selection alter I choose an item?
for example I have 3 items 'A' 'B' and 'C' I select 'B' but if I set selectindex = -1 the component doen't clear the selection but select last one 'C'

Re: Doesn't Clear the selection with selectindex = 1

PostPosted: 26 Aug 2015 16:02
by Alexander Bulei
Hi scoluccia,

TIWCGJQComboBoxEx works directly with html select element, therefore doesn't have clear/unselected/placeholder option.

You can use first item as unselected, e.g: with Item.Disabled = True

Best Regards.