Issues with setting focus on Input in Popup-Proxy #9314
Unanswered
AdagioB
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a component like below.
This component is visible, when a Select component (in different component) is showing it's dropdown menu. It can give a few more options for filtering items (in this case it is only a simple search by keyword). When the filter is shown, the user can click in the Input field and start writing, which filters the items in open dropdown menu, without the menu closing
In the watch area, I tried to set focus on the Input field, when it show is true, but nothing happens. I would to have the users be able to just start writing in the Input field, when the dropdown is shown. I know there is some filter options in the Select field, but as we needed more filter options, we decided to skip using that
Any idea on why focus is not set? There's no error or anything, so I don't have much to go by
Beta Was this translation helpful? Give feedback.
All reactions