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

NumericTextbox with 'p1', 'p2', 'pX' input formatting doesn't work on manual input #245

Closed
PekoPPT opened this issue May 27, 2022 · 1 comment
Assignees
Labels
Bug Item which indicates that something is not working FP: Completed SEV: Medium

Comments

@PekoPPT
Copy link
Contributor

PekoPPT commented May 27, 2022

Describe the bug
When we have a NumericTextbox with formatting set to "p1", "p3"..."pX"(percentage with X decimal numbers) the component is not working correctly when we try to manually enter a value in it.

  • The issue is replicable when you select the content of the component and delete it, before entering a new value. If there is a value in the NumericTextbox and one just selects it and changes it, the issue is not replicating.
  • The issue is not replicable if you use a formating of "p", without a decimal numbers definition

To Reproduce

  1. Open this StackBlitz example
  2. Select the value in the NumericTextbox and delete it(The NumericTextbox should be empty)
    image
  3. Try to enter 5.75

Expected behavior
The user should be able to manually enter a value by pressing "5" + "." + "7" + "5"

Screenshots
download

@PekoPPT PekoPPT added Bug Item which indicates that something is not working SEV: Medium labels May 27, 2022
@zdravkov zdravkov self-assigned this May 30, 2022
@zdravkov zdravkov added this to the R3 I1 June 2022 milestone May 30, 2022
@zdravkov
Copy link
Member

fixed in 3.3.3 version -https://stackblitz.com/edit/tve2bf-duup1c?file=package.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working FP: Completed SEV: Medium
Projects
None yet
Development

No branches or pull requests

2 participants