Skip to content
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
@radekwlsk

Description

@radekwlsk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions