File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/showcase/doc/common/apidoc
packages/primevue/src/datepicker Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2444224442 },
2444324443 {
2444424444 "name": "updateModelType",
24445- "optional": false ,
24445+ "optional": true ,
2444624446 "readonly": false,
2444724447 "type": "undefined | HintedString<\"string\" | \"date\">",
2444824448 "default": "date",
Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ export interface DatePickerProps {
542542 * Type of the value to write back to modelValue.
543543 * @defaultValue date
544544 */
545- updateModelType : HintedString < 'date' | 'string' > | undefined ;
545+ updateModelType ? : HintedString < 'date' | 'string' > | undefined ;
546546 /**
547547 * When enabled, displays the datepicker as inline instead of an overlay.
548548 * @defaultValue false
You can’t perform that action at this time.
0 commit comments