Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textareas #756

Open
Schinzel opened this issue Sep 18, 2020 · 1 comment
Open

Textareas #756

Schinzel opened this issue Sep 18, 2020 · 1 comment

Comments

@Schinzel
Copy link

JSFiddle

Problem one
Steps to recreate: Write "1234" in the textarea.
Excepted result: "1234"
Actual result: "3412"
After two chars the cursor is moved to the start of the textarea

Problem two
Steps to recreate: Write "ab" in the textarea
Expected result: Empty textarea as it is not numbers
Actual result: "ab"
Masks are not applied to textareas

@JonathanSMachado
Copy link

I'm having this same problem with textarea elements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants