Replies: 2 comments 1 reply
-
Try allowEmptyOption: false, with <select data-selected="" data-controller="ts-select" data-type="asset_category" class="select required tomselected ts-hidden-accessible" name="asset[asset_category_id]" id="asset_asset_category_id" tabindex="-1">
<option value="">Select Category...</option>
</select> |
Beta Was this translation helpful? Give feedback.
1 reply
-
Less than ideal but works:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a ajax populated select configured like this (load omitted for clarity):
With this HTML:
and I get this:
with the prompt as a selected item and I am looking for this:
I have tried all combinations of the HTML and TS placeholder / prompt / bank settings.
Beta Was this translation helpful? Give feedback.
All reactions