Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

input type=number: min/max as expressions #1068

@witoldsz

Description

@witoldsz

Right now it is not possible to setup min/max values of input field as expressions like:

<input type=number min='{{ evaluateMin() }}'>

only exact, compile-time static values are supported like:

<input type=number min=0>

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