Change placeholder text for TimePicker to have ":" separator

This commit is contained in:
Reed Shea 2021-02-15 09:50:36 -05:00
commit ab83560b4d
6 changed files with 10278 additions and 2026 deletions

View file

@ -22,7 +22,7 @@ export interface TimePickerProps
/**
* Specify the input placeholder text
* @default "hh=mm"
* @default "hh:mm"
*/
placeholder?: string;