From 21a5381c5610d32b799a8ea412a27e5e1a35b263 Mon Sep 17 00:00:00 2001 From: Vincent Smedinga Date: Sat, 15 Jun 2024 11:40:16 +0200 Subject: [PATCH] Remove description of the red border most people can see --- storybook/src/components/DateInput/DateInput.docs.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/storybook/src/components/DateInput/DateInput.docs.mdx b/storybook/src/components/DateInput/DateInput.docs.mdx index b325d8df36..5540419f4f 100644 --- a/storybook/src/components/DateInput/DateInput.docs.mdx +++ b/storybook/src/components/DateInput/DateInput.docs.mdx @@ -27,7 +27,6 @@ In other words, the input allows any valid combination of year, month, day, hour ### Invalid Indicates that the input value does not meet the specified constraints. -The border of an invalid input is red. An [Error Message](?path=/docs/components-forms-error-message--docs) must be displayed above the field. To highlight the error even more, the parent [Field](?path=/docs/components-forms-field--docs) component’s `invalid` prop must also be set.