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 (#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
|
@ -18,7 +18,7 @@
|
|||
export let type = "text";
|
||||
|
||||
/** Specify the input placeholder text */
|
||||
export let placeholder = "hh=mm";
|
||||
export let placeholder = "hh:mm";
|
||||
|
||||
/** Specify the `pattern` attribute for the input element */
|
||||
export let pattern = "(1[012]|[1-9]):[0-5][0-9](\\s)?";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue