primeng column filter question #1828
Answered
by
cetincakiroglu
josephplee
asked this question in
PrimeNG
-
Is there a way to set focus on input text filter for menu display for the column filter? |
Beta Was this translation helpful? Give feedback.
Answered by
cetincakiroglu
May 6, 2024
Replies: 1 comment
-
Hi, We've added onShow and onHide emitters to columnFilter, it'll be available in this weeks' release primefaces/primeng#15462 You may achieve this by accessing columnFilter by viewChild and implementing focus logic in onShow. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cetincakiroglu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
We've added onShow and onHide emitters to columnFilter, it'll be available in this weeks' release primefaces/primeng#15462
You may achieve this by accessing columnFilter by viewChild and implementing focus logic in onShow.