Is this way of bluring active element ok?
Unanswered
Samyar posted this in #help-forum
SamyarOP
in the attached file as you can see i have blured and then set a time out
why? because the main button is not a dom element it's an API that is outside of DOM. but since i relay on blur for inputs i need to blur them. but i'm not sure if this is good practice.
why? because the main button is not a dom element it's an API that is outside of DOM. but since i relay on blur for inputs i need to blur them. but i'm not sure if this is good practice.
1 Reply
SamyarOP