I’m using WeWeb’s built-in Verification Code (Secure Code) component to collect a 6-digit code from users. Everything works perfectly when typing each digit manually, but as soon as I paste a 6-digit string (Ctrl + V) into the first field:
- The browser console shows all six digits correctly bound to each input.
- Visually, however, the first input remains blank (or “masked”), as if it never received the character.
- If I then modify any of the digits—no matter which one—the first digit suddenly appears.