Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
There was an error while loading. Please reload this page.
The
dcc.Inputcomponent set totype='number'withminandmaxdefined checks the value only when using the input's arrows. On manual input any value can be entered, only regexp fornumberis checked.I think it should apply
minwhen entered manually value is lower than allowed andmaxwhen it is greater than allowed. For example on focus lose or mouse click or even after some delay of not typing.