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

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

Closed
witoldsz opened this issue Jun 17, 2012 · 1 comment
Closed

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

witoldsz opened this issue Jun 17, 2012 · 1 comment

Comments

@witoldsz
Copy link

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>
@witoldsz
Copy link
Author

Pull request: #1077
I did not see there is an option to add a pull request to regular issues, closing as #1077 was created.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant