mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
Change placeholder text for TimePicker to have ":" separator
This commit is contained in:
parent
66bd254042
commit
ab83560b4d
6 changed files with 10278 additions and 2026 deletions
2
types/TimePicker/TimePicker.d.ts
vendored
2
types/TimePicker/TimePicker.d.ts
vendored
|
@ -22,7 +22,7 @@ export interface TimePickerProps
|
|||
|
||||
/**
|
||||
* Specify the input placeholder text
|
||||
* @default "hh=mm"
|
||||
* @default "hh:mm"
|
||||
*/
|
||||
placeholder?: string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue