Skip to main content

 

Problem is here: 



Hello everyone,

I have a form input with two states:

  • default

  • focused

 

In the focused state, it pulls an instance from outside. That instance has a simple structure that runs after a delay.

 

I’m managing the focused state of this form input with a variable. So, when I click on the form input, the variable becomes true and the form element switches to its focused state. When I run the master component directly and trigger the focused state with on-click, the blink effect works.

 

However, when I call an instance from the master component, the blink doesn’t work.

 

Could you help me out? What am I doing wrong?


File is here: 

 

Be the first to reply!

Reply