mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
fix(time-picker): use native binding for value prop
This commit is contained in:
parent
8e52e13ee9
commit
5006d133a0
4 changed files with 29 additions and 57 deletions
6
types/TimePicker/TimePicker.svelte.d.ts
vendored
6
types/TimePicker/TimePicker.svelte.d.ts
vendored
|
@ -15,12 +15,6 @@ export interface TimePickerProps
|
|||
*/
|
||||
value?: string;
|
||||
|
||||
/**
|
||||
* Specify the input type
|
||||
* @default "text"
|
||||
*/
|
||||
type?: string;
|
||||
|
||||
/**
|
||||
* Specify the input placeholder text
|
||||
* @default "hh:mm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue