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.