mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Change placeholder text to have ":" separator, this time with documentation & TypeScript definitions updated
This commit is contained in:
parent
4e4234f83d
commit
08f0039e81
5 changed files with 2012 additions and 2044 deletions
2
types/TimePicker/TimePicker.d.ts
vendored
2
types/TimePicker/TimePicker.d.ts
vendored
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue