From d5bf26f5b0d5beea0bb808356a27f70c281fb61e Mon Sep 17 00:00:00 2001 From: Jimmy Somsanith Date: Tue, 18 Jun 2019 21:18:01 +0200 Subject: [PATCH] fix: invalid input with aria-invalid attribute --- src/components/Input.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Input.js b/src/components/Input.js index 9dc9d6a3..8bcf3eaf 100644 --- a/src/components/Input.js +++ b/src/components/Input.js @@ -281,7 +281,13 @@ export function Input({ focused={focused} > {icon && } - + {error}