Skip to content

Commit b0e34a0

Browse files
authored
docs(Field.Date): remove date property (#4718)
`Field.Date` does not support `date` property, but uses `value` instead. Hence removing `date` property from the properties docs of `Field.Date` :)
2 parents 86dfa3f + 243f141 commit b0e34a0

File tree

1 file changed

+1
-0
lines changed
  • packages/dnb-eufemia/src/extensions/forms/Field/Date

1 file changed

+1
-0
lines changed

packages/dnb-eufemia/src/extensions/forms/Field/Date/DateDocs.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const {
2424
suffix,
2525
stretch,
2626
size,
27+
date,
2728
'[Space](/uilib/layout/space/properties)': space,
2829
...datePickerProperties
2930
} = DatePickerProperties

0 commit comments

Comments
 (0)