focused/blur events on the component #392
-
Hello, I have a question with a default input events: focused and blur. How do I use them correctly to make them work as well as they do on simple inputs? I tried it like this (this is a variant of the version before the changing to currency-input component): I decided to pass events from a component, but that didn't work either: export default {
} Is there some solution I missed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved with the help of Stackoverflow and ChatGPT. Code of the component: CurrencyInput.vue |
Beta Was this translation helpful? Give feedback.
Solved with the help of Stackoverflow and ChatGPT. Code of the component: CurrencyInput.vue