Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

blur-attribut #83

Open
Balowser opened this issue Aug 12, 2020 · 1 comment
Open

blur-attribut #83

Balowser opened this issue Aug 12, 2020 · 1 comment

Comments

@Balowser
Copy link

Would it be possible to check the input-field after leaving the focus (like blur)

@DenisLanks
Copy link

It's possible.
1 - Create a ref="yourInput" at your field.
2 - Access the input field : this.$refs.yourInput.$el. Ready. You have access to your root div. From him, you can manipulate the DOM.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants