1
Help for ParamQuery Select / Re: Missing triangle icon
« on: June 24, 2015, 05:58:23 pm »
Found it. For some reason, the triangle only shows on Single selects (i.e. those without a multiple="multiple" attribute).
As per line 57 of the pqselect.dev.js:
I've removed this check and it's now showing on all controls, which is what I'd prefer. Hopefully it's of some help to someone.
As per line 57 of the pqselect.dev.js:
Code: [Select]
(multiple ? "" : "<span class='ui-icon ui-icon-triangle-1-s'></span>"),
I've removed this check and it's now showing on all controls, which is what I'd prefer. Hopefully it's of some help to someone.