Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
-
2.286 released 30 Mar 2021, 2.289.1
Description
The <f:number> tag should support the 'min' and 'max' properties that <input type="number"> supports.
This will provide a modicum of client-side validation for constrained number fields, and limit the stepper buttons in the configuration UI, giving the user a stronger hint about the range of acceptable values.
Example:
<f:entry field="foo"> <f:number min="10" max="100" /> </f:entry>
Will be rendered into an input tag like:
<input type="number" ...other properties... min="10" max="100">
Attachments
Issue Links
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Benny Cheng [ benebsiny ] |
Attachment | 9a59q-vjd1e.gif [ 53840 ] |
Comment | [ !9a59q-vjd1e.gif! ] |
Remote Link | This issue links to "Pull Request (Web Link)" [ 26457 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Released As | 2.286 released 30 Mar 2021 | |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Fixed but Unreleased [ 10203 ] |
Status | Fixed but Unreleased [ 10203 ] | Closed [ 6 ] |
Released As | 2.286 released 30 Mar 2021 | 2.286 released 30 Mar 2021, 2.289.1 |