-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Number Component
Travis Tidwell edited this page Jul 5, 2017
·
3 revisions
The JSON Schema definition for this component is defined as follows.
This component uses the core properties defined within the Common Parameters section.
Property | Description | Value | Required | Default |
---|---|---|---|---|
validate.min | The minimum value this number could be | Any number | false |
|
validate.max | The maximum value this number could be | Any number | false |
|
validate.step | The granularity of this number input | Any number | false |
any |
validate.integer | If this number should be an integer | boolean | false |
Display Users submitted data into a table inside the admin dashboard?