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

Mask sample for applying additional formatting on focus and blur unexpected behavior #3493

Closed
ddaribo opened this issue Jun 11, 2024 · 0 comments · Fixed by #3504
Closed

Comments

@ddaribo
Copy link
Contributor

ddaribo commented Jun 11, 2024

Description

The mask sample for applying additional formatting on focus and blur does not work as stated it should:
"As a result, a '%' sign should be appended to the value on blur (i.e. when the user clicks outside the input) and will be removed once the input gets focus!"
however multiple '%' signs are appended and the mask gets additional symbols.

Steps to reproduce

  1. Check out the sample in this section of the docs

Result

mask-sample-issue

Expected result

Have a three-digits mask when editing and a '%' sign when not-focused.

Attachments

Attach a sample if available, and screenshots, if applicable.

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

Successfully merging a pull request may close this issue.

2 participants