blzr.bootstrap-select icon indicating copy to clipboard operation
blzr.bootstrap-select copied to clipboard

Add DropMenuPosition setting

Open Rob-Newman opened this issue 6 months ago • 0 comments

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

Rob-Newman avatar Aug 08 '24 08:08 Rob-Newman