mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(time-picker): use native binding for value prop (#1344)
This commit is contained in:
parent
8e52e13ee9
commit
b21718ccfd
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