[QSelect] QSelect is hiding when options are empty and have a before-options slot #8745
Unanswered
Melchyore
asked this question in
General - Components / Directives / etc
Replies: 1 comment
-
|
@Melchyore If you want better support, please create a codepen that demo's you issue.(very easy to do) You can extends this one: |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I've created a custom filterable QSelect. For that, I'm using an QInput in the before-options slot. It doesn't use the native filter.
When I try to filter options, it works if the option(s) exist. But if the options don't match the filter value, the QSelect gets hidden... which is not the desired behavior because I can't even edit the filter value and the QSelect doesn't work anymore even if I click on it, the toggle icon changes but the list options is still hidden.
This is my code :
Beta Was this translation helpful? Give feedback.
All reactions