Change placeholder text to have ":" separator, this time with documentation & TypeScript definitions updated

This commit is contained in:
Reed Shea 2021-02-12 13:42:46 -05:00
commit 08f0039e81
5 changed files with 2012 additions and 2044 deletions

View file

@ -20,7 +20,7 @@ export interface TimePickerProps extends svelte.JSX.HTMLAttributes<HTMLElementTa
/**
* Specify the input placeholder text
* @default "hh=mm"
* @default "hh:mm"
*/
placeholder?: string;