Hi everyone,
I’ve designed a textbox library that includes three states: normal, active, and disabled. I’ve assigned a variable string to each of these states. In my project, I’ve duplicated the textbox component multiple times within the same form and linked the variable to all instances.
However, I’m encountering an issue in preview mode. When one instance is clicked and changes its property from the normal state to the active state, all other instances also transition to the active state simultaneously.
I’ve considered creating multiple variables for each textfield, but this approach becomes impractical when dealing with a large number of textfields (more than 100) across the design.
I’d greatly appreciate any suggestions or solutions the community might have to address this challenge. Your help is invaluable!
Thank you