fix(time-picker): use native binding for value prop (#1344)

This commit is contained in:
metonym 2022-06-12 08:09:43 -07:00 committed by GitHub
commit b21718ccfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 57 deletions

View file

@ -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"