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
When I set maxLength: 10, I was still able to input characters when the cursor was not in the end of the input text.
When I move the cursor in the beginning or any part of the input text (except the end), the keys that i'm selecting just overwrite the existing characters. Somehow it's like the function when you click Insert in a real keyboard.
Appreciate your help with this. Thanks!
The text was updated successfully, but these errors were encountered:
Hi @Mottie, what i was expecting is that when the max length was reached, the user should not be able to insert characters anymore. Is there a way that I can achieve this? Thanks.
When I set maxLength: 10, I was still able to input characters when the cursor was not in the end of the input text.
When I move the cursor in the beginning or any part of the input text (except the end), the keys that i'm selecting just overwrite the existing characters. Somehow it's like the function when you click Insert in a real keyboard.
Appreciate your help with this. Thanks!
The text was updated successfully, but these errors were encountered: