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

InputNumber prevents min key number #337

Closed
fairking opened this issue Jun 1, 2020 · 1 comment
Closed

InputNumber prevents min key number #337

fairking opened this issue Jun 1, 2020 · 1 comment
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@fairking
Copy link

fairking commented Jun 1, 2020

The following example:

<InputNumber v-model="value" :min="1" :max="100" />

prevents from typing 1 by keyboard.

See the example https://www.primefaces.org/primevue/showcase/#/inputnumber and try to type 0.

image

@cnstonicz
Copy link

While the max is set to 100, i can only write 99 on numeric keyboard.
After that, it is possible to increase the value by up arrow key or button to set 100.

@mertsincan mertsincan self-assigned this Jun 17, 2020
@mertsincan mertsincan added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jun 17, 2020
@mertsincan mertsincan added this to the 2.0.0-rc.2 milestone Jun 17, 2020
mertsincan added a commit that referenced this issue Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

3 participants