feat(date-picker): add helperText prop

Ref: 4b5b5fdf8
This commit is contained in:
Eric Y Liu 2021-07-22 16:44:52 -07:00
commit d0f6ee9b51
6 changed files with 41 additions and 2 deletions

View file

@ -7,7 +7,11 @@
console.log(e.detail);
}}"
>
<DatePickerInput labelText="Date of birth" placeholder="mm/dd/yyyy" />
<DatePickerInput
labelText="Date of birth"
helperText="Example: 01/12/1990"
placeholder="mm/dd/yyyy"
/>
</DatePicker>
<DatePicker>