Skip to content

Commit

Permalink
docs(DatePicker): correct range description (#4697)
Browse files Browse the repository at this point in the history
  • Loading branch information
joakbjerk authored Mar 7, 2025
1 parent 90b24b6 commit 3aa057a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ export const DatePickerProperties: PropertiesTableProps = {
},
range: {
doc:
'Defines if the Date field should support a value of two dates (starting and ending date). ' +
'The `value` needs to be a string containing two dates, separated by a pipe character (`|`) (`01-09-2024|30-09-2024`) when this is set to `true`. ' +
'Defines if the date picker should support a range of two dates (starting and ending date).' +
'Defaults to `false`.',
type: 'boolean',
status: 'optional',
Expand Down

0 comments on commit 3aa057a

Please sign in to comment.