'formatter' Number Field Property
Open
@timbl is already working on this.
Since Dec 16, 2019.
enhancement
- Dominant language
- TypeScript
- Stars
- 153
- Forks
- 46
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 7
Description
User Story
As a Form Designer, I can optionally set the formatter to apply to a number field, so I can correctly display the number.
Acceptance Criteria
- In a Form Model, a 'formatter' property can be optionally defined for a NumberField. For example:
ui:formatter "####.#";
- When the form is rendered, the formatter is used to display the number.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.