Skip to content

Commit da6ff31

Browse files
committed
fix(DatePicker, DateRangePicker): add missing inputReadOnly option to types validation
1 parent 3e75a80 commit da6ff31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/src/date-range-picker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ const Default = {
8787
footer: false,
8888
inputDateFormat: null,
8989
inputDateParse: null,
90+
inputReadOnly: false,
9091
invalid: false,
9192
indicator: true,
9293
locale: 'default',
@@ -132,6 +133,7 @@ const DefaultType = {
132133
indicator: 'boolean',
133134
inputDateFormat: '(function|null)',
134135
inputDateParse: '(function|null)',
136+
inputReadOnly: 'boolean',
135137
invalid: 'boolean',
136138
locale: 'string',
137139
maxDate: '(date|number|string|null)',

0 commit comments

Comments
 (0)