mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Change placeholder text for TimePicker to have ":" separator
This commit is contained in:
parent
6d15822abc
commit
27792e57b8
4 changed files with 4 additions and 4 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