From 6cad25df5b12b15e0da79e1112e31ff35f9fdae4 Mon Sep 17 00:00:00 2001 From: Sanna Jammeh <50969683+sannajammeh@users.noreply.github.com> Date: Mon, 9 Aug 2021 20:30:31 +0200 Subject: [PATCH] fix: rename hymlType to htmlType (#599) --- 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