This is pure html / css select dropdown based on input tag.
Select work with single or multi select as regular select dropdown.
You can specify placeholder or other messages in select ussing html attribute.
This is pure html / css select dropdown based on input tag.
Select work with single or multi select as regular select dropdown.
You can specify placeholder or other messages in select ussing html attribute.
@select: select;
@select-content: select-content;
@select-hide-selected: hide-selected;
@select-hoverable: hoverable;
@select-placeholder: placeholder;
@select-active: active;
@select-disabled: disabled;
@select-readonly: readonly;
@select-count-selected: count-selected;
@select-arrow: select-arrow;
@select-arrow-icon-down: '\e855';
@select-arrow-icon-up: '\e856';
@select-max-height: 50vh;
// other variables go to /form