#1069 - Custom catalog field type of "spin box"
| Identifier | #1069 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Custom catalog field type of "spin box" |
| Status | Closed (no changes needed) |
| Handling member | Chris Graham |
| Addon | catalogues |
| Description | Add a spin box to the custom catalog field types with the ability to set a min/max value. Stepping would be a nice addition but not critical.
Please advise if this is doable and the cost. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
There is no setting for min/max or step, but it could be templated in.
Template is FORM_SCREEN_INPUT_INTEGER.tpl.
Add something like...
{+START,IF,{$EQ,{NAME},field_35}} min="10" max="1000" step="5"{+END}
(assumes it is for field ID 35)