Tangy-form Partial Date Web Component
The tangy-partial-date web component is a configurable date picker component with the following options:
- name: control/variable name
- label: question text (can be html)
- hint-text: extra information displayed under the question
- disallow-future-date: boolean to disallow future dates
- show-today-button: boolean to enable a button to insert the current date
- allow-unknown-day: boolean to indicate that a day is not required
- allow-unknown-month: boolean to indicate that a month is not required
- allow-unknown-year: boolean to indicate that a year is not required
- min-year: earliest year accepted
- max-year: latest year accepted
- numeric-month: boolean to indicate month should be displayed numerically
- missing-date-error-text: custom error text for missing date
- invalid-date-error-text: custom error text for invalid date
- future-date-errorText: custom error text for future date
- value: default value in yyyy-mm-dd format
- question-number: optional question number
Date is not available.