You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem only occurs on iOS simulator, I hadn't the chance to test it on a device yet. I even tried it on different versions of iOS simulator but nothing changed.
The text was updated successfully, but these errors were encountered:
Hi guys, as the title says, I'm not being able to delete any character in the input field.
Here's the code:
doc.addListener(() { doc.updateMask( doc.text.length >= 15 ? '00.000.000/0000-00' : '000.000.000-000'); });
This problem only occurs on iOS simulator, I hadn't the chance to test it on a device yet. I even tried it on different versions of iOS simulator but nothing changed.
The text was updated successfully, but these errors were encountered: