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

Calcite-input-number validation prevents number authoring #9611

Open
2 of 6 tasks
janett-baresel opened this issue Jun 17, 2024 · 0 comments
Open
2 of 6 tasks

Calcite-input-number validation prevents number authoring #9611

janett-baresel opened this issue Jun 17, 2024 · 0 comments
Labels
0 - new New issues that need assignment. ArcGIS Scene Viewer Issues logged by ArcGIS Scene Viewer team members bug Bug reports for broken functionality. Issues should include a reproduction of the bug. calcite-components Issues specific to the @esri/calcite-components package. impact - p3 - not time sensitive User set priority impact status of p3 - not time sensitive needs triage Planning workflow - pending design/dev review.

Comments

@janett-baresel
Copy link

Check existing issues

Actual Behavior

It is cumbersome to change large numbers with lots of 0 digits at the moment.

  1. Enter a large number (e.g. "5000") into a number input field
  2. Number wants to be changed to "7000" -> go with the cursor behind "5" and remove it
  3. -> the whole field resets to 0

Expected Behavior

  1. Enter a large number (e.g. "5000") into a number input field
  2. Number wants to be changed to "7000" -> go with the cursor behind "5" and remove it
  3. Field shows 000 and user can type "7" to change it to 7000
  4. "000" is only reset to 0 when the user tabs out of the field

Reproduction Sample

use the number input doc sample

Reproduction Steps

Repro in behavior description

Reproduction Version

2.9.0

Relevant Info

No response

Regression?

No response

Priority impact

impact - p3 - not time sensitive

Impact

This is one of those annoyances when using a UI. Users who enter large numbers will almost always run into this and it is inconvenient but not critical obviously.

Calcite package

  • @esri/calcite-components
  • @esri/calcite-components-angular
  • @esri/calcite-components-react
  • @esri/calcite-design-tokens
  • @esri/eslint-plugin-calcite-components

Esri team

ArcGIS Scene Viewer

@janett-baresel janett-baresel added 0 - new New issues that need assignment. bug Bug reports for broken functionality. Issues should include a reproduction of the bug. needs triage Planning workflow - pending design/dev review. labels Jun 17, 2024
@github-actions github-actions bot added ArcGIS Scene Viewer Issues logged by ArcGIS Scene Viewer team members calcite-components Issues specific to the @esri/calcite-components package. impact - p3 - not time sensitive User set priority impact status of p3 - not time sensitive labels Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - new New issues that need assignment. ArcGIS Scene Viewer Issues logged by ArcGIS Scene Viewer team members bug Bug reports for broken functionality. Issues should include a reproduction of the bug. calcite-components Issues specific to the @esri/calcite-components package. impact - p3 - not time sensitive User set priority impact status of p3 - not time sensitive needs triage Planning workflow - pending design/dev review.
Projects
None yet
Development

No branches or pull requests

1 participant