From 0ff76fb25e4d17aa050c0b9410d9ec90db4740bd Mon Sep 17 00:00:00 2001 From: Sanna Jammeh Date: Mon, 9 Aug 2021 18:54:00 +0200 Subject: [PATCH] rename hymlType to htmlType --- components/input/input-props.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/input/input-props.ts b/components/input/input-props.ts index 7c821a9a8..fcf4b746a 100644 --- a/components/input/input-props.ts +++ b/components/input/input-props.ts @@ -7,7 +7,7 @@ export interface Props { initialValue?: string placeholder?: string type?: InputTypes - hymlType?: string + htmlType?: string readOnly?: boolean disabled?: boolean label?: string