Password Strength Indicator Slow

Hi all,

I am building my app and i’ve added a password strength indicator (the one with 4 bars and it goes from red to green based on password policies). I added a section below it that looks like this:

However, when the red ticks go from red to green, its super slow. About a 2 second delay. I’m using :extract with regex to search the input password for things like special characters etc.

Any ideas why its so slow and how i can speed it up?

Get the Input Watcher plugin and reference the plugin element’s value instead, it reacts instantly to each letter change. The Bubble input is really delayed

Thank you so much bro! This worked perfectly. Just out of interest any idea when bubble will solve the delay?

1 Like

Not sure, it has been like that forever. Sometimes it doesn’t even register the value change until the user presses Enter or clicks out of it.

Some delay is okay like for search constraints. But being able to adjust it would be nice or two separate data sources Input's value and Input's instant value

1 Like