Q-Select with autocomplete and use-input adds a weird spacing when selected text is too long #18132
Unanswered
franciskisiara
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a beefy q-select that I use with autocomplete to query the backend. Works well.
However, once the select item is placed inside the input, there is some weird spacing that appears at the bottom that I believe is due to the input. This breaks my design since the element then grows downwards for more space.
I would rather the text gets truncated with an ellipsis. I have tried a custom slot for the selected-item but the result was the same no matter how small I made my width.
How do I get rid of that little space at the bottom
This is my q-select
Beta Was this translation helpful? Give feedback.
All reactions