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

@ -32,6 +32,12 @@ export interface DatePickerInputProps
*/
disabled?: boolean;
/**
* Specify the helper text
* @default ""
*/
helperText?: string;
/**
* Specify the ARIA label for the calendar icon
* @default ""