From 253aa78f0c81b3854262fa98e6f61a5b28f1293b Mon Sep 17 00:00:00 2001 From: George Lima Date: Thu, 6 Dec 2018 17:49:27 -0300 Subject: [PATCH] hotfix: add initial value in input docz --- app/components/Input.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/components/Input.mdx b/app/components/Input.mdx index 81021aa..5111f62 100644 --- a/app/components/Input.mdx +++ b/app/components/Input.mdx @@ -14,11 +14,13 @@ import { DoczWrapper } from '../theme.js' ## Text Input - {() => } + {() => } ## Textarea - {() => } + + {() => } +