mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
Change placeholder text for TimePicker to have ":" separator (#523)
* Change placeholder text for TimePicker to have ":" separator
* Revert "Change placeholder text for TimePicker to have ":" separator"
This reverts commit ab83560b4d
.
* Change placeholder text for TimePicker to have ":" separator
This commit is contained in:
parent
66bd254042
commit
7459fdb08b
4 changed files with 4 additions and 4 deletions
|
@ -9562,7 +9562,7 @@
|
|||
"kind": "let",
|
||||
"description": "Specify the input placeholder text",
|
||||
"type": "string",
|
||||
"value": "\"hh=mm\"",
|
||||
"value": "\"hh:mm\"",
|
||||
"isFunction": false,
|
||||
"constant": false,
|
||||
"reactive": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue