Tom Select
Custom HTML
Tom Select is a versatile and dynamic <select> UI control. With autocomplete and native-feeling keyboard navigation, it's useful for tagging, contact lists, country selectors, and so on.
Layouts
Tom Select is a versatile and dynamic <select> UI control. With autocomplete and native-feeling keyboard navigation, it's useful for tagging, contact lists, country selectors, and so on.
<label class="block">
<span>Select Authors</span>
<select
class="mt-1.5 w-full"
x-init="$el._tom = new Tom($el,pages.tomSelect.author)"
multiple
placeholder="Select Authors..."
></select>
</label>