diff --git a/packages/docs/stories/InputText.stories.tsx b/packages/docs/stories/InputText.stories.tsx index e5ef5749..d55c226f 100644 --- a/packages/docs/stories/InputText.stories.tsx +++ b/packages/docs/stories/InputText.stories.tsx @@ -11,7 +11,7 @@ const meta: Meta = { docs: { description: { component: - '`InputText` is a React component that renders a textual input (`type: "text"|"email"|"number"|"password"|"search"|"tel"|"url"`) that is uncontrolled, but whose value is overwritten whenever `props.initialValue` changes. Also, if `props.selectTextOnFocus` is true, it selects the entire contents of the input whenever the input is focused. And it supports multiline inputs (via `