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
How do I stop the selected option from overflowing. If I select more filter that will have a total of more than the fields width. Id like it to show on the placeholder "3 filters selected" or something like that
Or probably something like this will do
The text was updated successfully, but these errors were encountered:
Well you can control the wrapping via CSS. Notice that .v-select-bar has flex-wap: wrap applied.
There are multiple ways to achieve the design in the image depending on how ambitious you are about the end UX.
For example you can use the slots for the tags and v-show to hide the extra ones. Or use CSS like:
How do I stop the selected option from overflowing. If I select more filter that will have a total of more than the fields width. Id like it to show on the placeholder "3 filters selected" or something like that
Or probably something like this will do
The text was updated successfully, but these errors were encountered: