Skip to main content
Question

Variable Prototype - Doesn't Work After Delay

  • August 31, 2025
  • 1 reply
  • 32 views

Cagdas_Kara

 

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: 

 

1 reply

Cagdas_Kara
  • Author
  • New Participant
  • September 6, 2025

Anyone is there? :(