A JS selector. The selector appends the styling of the select-field. If you are using for e.g. bootstrap, the wrapper for the select-field looks like a form-control
Fontawesome 5
http://selectable.nightshift-alternativ.de
<script src="selectable/js/Selectable.js"></script>
<link rel="stylesheet" href="selectable/css/main.css" />
<select class="selectable">
| Select Attribute | Description |
|---|---|
| title | Sets the placeholder text. |
| data-multiple-options-count | Sets the counting value for select "multiple" |
<script src="selectable/js/SelectableExternalOptions.js"></script>
<select class="selectable external" data-url="url-to-json">
The Response fo the requested Url must a JSON-Array with objects having a "value" and "label" attribute. They will be matched to the options
<script src="selectable/js/SelectableSearch.js"></script>
<select class="selectable external live-search" data-url="url-to-json">