Is the field disabled.
The id of the actual input field.
The aria-label of the select fields. If none is provided, it defaults to the ion-label with which this component is bundled under an ion-item. Otherwise it defaults to the textLabel.
If you bundled the component with an ion-label component under an ion-item, you can force the id of the ion-label to be this value. The attribute aria-labelledby will be set accordingly.
The youngest/maximum date possible to select. In the form of yyyy-mm-dd.
The eldest/lowest date possible to select. In the form of yyyy-mm-dd.
The name of the input field.
IS the field required.
If set, the value can reflect a partialy selected date like 0000-10-00.
The text labeling the day field.
Text announced in a screen reader to indicate the end of the element.
The default text for the aria-label of the select fields.
The text labeling the month field.
Text announced in a screen reader when no value is selected.
Text used in a screen reader to announce selected values.
The text labeling the year field.
The value of the hylo-date component. In the form of yyyy-mm-dd.
Generated using TypeDoc
Creates a date field consisting of three dropdown fields (day, month, year) out of a "value" string 'yyy-mm-dd'.
Result will be in "value" again.