Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add onFocus to the documentation #668

Open
NobodyDies opened this issue Aug 13, 2019 · 1 comment
Open

add onFocus to the documentation #668

NobodyDies opened this issue Aug 13, 2019 · 1 comment

Comments

@NobodyDies
Copy link

Here was alot of disscussions about that callback, but for all of cases there was a solution, but i think i found reason why this callback is needed.

In my app i try to make material looking component based on autosuggest, but i cant make it because i can't manipulate animation of label element that is outside of autosuggest based on focus or blur.

here an example of animation that i need to implement https://material.angular.io/components/input/overview

I just do not understand why it is not implemented yet - input changes it class based on focus, so there is some logic for that. I just need to have some ability to tell a wrapper that input is focused or not.

@NobodyDies
Copy link
Author

NobodyDies commented Aug 13, 2019

actualy - never mind. Just please - put reference to onFocus callback to the documentation. I found it in the code and used it - working fine

@NobodyDies NobodyDies changed the title onFocus callback is needed add onFocus to the documentation Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant