You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as far as I can see (please correct me if I'm wrong), there is no way to disable options in the select form field (like they are displayed but cannot be selected) with Twill v2.5.2.
Describe the solution you'd like
Twill's select component VSelect uses vue select. Vue Select v3.3+ has the prop selectable that determines if an option is selectable or not. Please update vue select to the given version or provide another solution to disable options in the select form field.
Thank you!
The text was updated successfully, but these errors were encountered:
The work of updating to v3 has been started here: #674. I believe it will be picked up as part of the Twill 3.x effort.
If you want to explore this a bit more on your end, you can have a look at VSelect.vue, which is Twill's wrapper component for vue-select. Sorry, you were clearly familiar with this component :)
Summary
Hi,
as far as I can see (please correct me if I'm wrong), there is no way to disable options in the select form field (like they are displayed but cannot be selected) with Twill v2.5.2.
Describe the solution you'd like
Twill's select component
VSelect
uses vue select. Vue Select v3.3+ has the propselectable
that determines if an option is selectable or not. Please update vue select to the given version or provide another solution to disable options in the select form field.Thank you!
The text was updated successfully, but these errors were encountered: