From 8f2a3bd8bde19c495c45af3e99039d2eb64e458f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=BCnyamin=20Eskiocak?= <37407974+bunesk@users.noreply.github.com> Date: Tue, 22 Nov 2022 00:06:41 +0300 Subject: [PATCH] fixed type validation by changing variant to type (#1017) --- docs/getting-started/form-controls.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/form-controls.md b/docs/getting-started/form-controls.md index 8c51f2f7f..db1ea9032 100644 --- a/docs/getting-started/form-controls.md +++ b/docs/getting-started/form-controls.md @@ -159,9 +159,9 @@ Some input types will automatically trigger constraints, such as `email` and `ur ```html preview
- +
- +
Reset Submit @@ -187,9 +187,9 @@ const App = () => { return ( - +
- +
Submit