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
I am upgrading to angular 16 from angular 12
and now I can not find the method focusInput()
were did it go?
is there another way to put a focus in the input field programmatically?
note that this api exists in primeng version 16.0.0
Environment
angular 16
prime version 16.9.1
Reproducer
No response
Angular version
16.0.0
PrimeNG version
16.9.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.10.0
Browser(s)
chrome
Steps to reproduce the behavior
the method was there but now it is not. just look at the code
Expected behavior
to be able to set focus on the input control of the autocomplete programatically
The text was updated successfully, but these errors were encountered:
So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you open a new issue so we can include it in our roadmap?
Thanks a lot for your understanding!
Best Regards,
Describe the bug
I am upgrading to angular 16 from angular 12
and now I can not find the method focusInput()
were did it go?
is there another way to put a focus in the input field programmatically?
note that this api exists in primeng version 16.0.0
Environment
angular 16
prime version 16.9.1
Reproducer
No response
Angular version
16.0.0
PrimeNG version
16.9.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.10.0
Browser(s)
chrome
Steps to reproduce the behavior
the method was there but now it is not. just look at the code
Expected behavior
to be able to set focus on the input control of the autocomplete programatically
The text was updated successfully, but these errors were encountered: