This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Input 'number' with min and max not checking manual input #173
Closed
Description
The dcc.Input
component set to type='number'
with min
and max
defined checks the value only when using the input's arrows. On manual input any value can be entered, only regexp for number
is checked.
I think it should apply min
when entered manually value is lower than allowed and max
when it is greater than allowed. For example on focus lose or mouse click or even after some delay of not typing.
Metadata
Metadata
Assignees
Labels
No labels