blzr.bootstrap-select
blzr.bootstrap-select copied to clipboard
Add DropMenuPosition setting
What: New optional parameter on the BootstrapSelect
class
Type: enum
, with options Down
, Up
& Auto
Default: Auto
Behaviour:
If set to Down
, the menu is opened below the select list box. If set to Up
, the menu is opened above the select list box. If set to Auto
, it will check to see whether there is enough room to open the menu below, and if not, it will open it above