-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Day Component
Travis Tidwell edited this page Jul 5, 2017
·
4 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 |
---|---|---|---|---|
fields.day.type | The type of input for the day field | text |
true |
text |
fields.day.placeholder | The placeholder to put in the day field text box. | Any string
|
false |
|
fields.day.required | If this day input should be required for input. | boolean | false |
false |
fields.month.type | The type of input for the month field | text |
true |
text |
fields.month.placeholder | The placeholder to put in the month field text box. | Any string
|
false |
|
fields.month.required | If this month input should be required for input. | boolean | false |
false |
fields.year.type | The type of input for the year field | text |
true |
text |
fields.year.placeholder | The placeholder to put in the year field text box. | Any string
|
false |
|
fields.year.required | If this year input should be required for input. | boolean | false |
false |
dayFirst | If the day input should be the first input item | boolean | false |
false |
Display Users submitted data into a table inside the admin dashboard?