ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on October 18, 2016, 02:08:18 pm
-
When applying pqSelect to single select I get a box inside the dropdown box with the option text inside it...how can I fix that?
Thanks.
-
I'm not sure what you mean by the option text. Can you please attach a screenshot.
-
Sure, I would like it to display as a "normal" select, not as a box inside the dropdown.
Thanks
-
maxDisplay:0 might get you the desired effect: http://paramquery.com/pro/api/select#option-maxDisplay
-
No, It works for multiple select...mine is a standard (single) select and it doesn't seem to work...
-
Sorry about that.
deselect: false is the right fit.
http://paramquery.com/pro/api/select#option-deselect
-
Great, thanks.