From 94852b4dd0c44122dc8fa42429ec4c92a0d7ca06 Mon Sep 17 00:00:00 2001 From: mJarsater <62651103+mJarsater@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:01:02 +0200 Subject: [PATCH] docs(datetime): updated the docs for datetime component (#368) --- packages/core/src/components/datetime/datetime.stories.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/components/datetime/datetime.stories.tsx b/packages/core/src/components/datetime/datetime.stories.tsx index d7d540081..2b5e43af3 100644 --- a/packages/core/src/components/datetime/datetime.stories.tsx +++ b/packages/core/src/components/datetime/datetime.stories.tsx @@ -67,7 +67,7 @@ export default { defaultValue: { name: 'Default value', description: - 'Sets max value. Default value of the component. Format for time: HH-MM. Format for date: YY-MM-DD. Format for date-time: YY-MM-DDTHH-MM.', + 'Default value of the component. Format for time: HH-MM. Format for date: YY-MM-DD. Format for date-time: YY-MM-DDTHH-MM.', control: { type: 'radio', }, @@ -89,7 +89,7 @@ export default { }, maxValue: { description: - 'Example for different types: datetime="2023-01-31T00:00" date="2023-01-01" time="15:00"', + 'Sets max value. Example for different types: datetime="2023-01-31T00:00" date="2023-01-01" time="15:00"', name: 'Max value', control: { type: 'text',