Skip to content

Add automatic invalid feedback generation to InputNumber and InputFloat (and more?). #251

@rtrbt

Description

@rtrbt

See InputText for an example.

Labeled as bug, because the naive idea

<FormRow>
    <InputFloat [...]/>
    <div class="invalid-feedback">foo</div>
</FormRow>;

does not work. (As seen in charge_manager/main.tsx)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions