We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ae09a commit c4c9222Copy full SHA for c4c9222
2 files changed
packages/mui-component-mapper/src/date-picker/date-picker.js
@@ -38,6 +38,8 @@ const DatePicker = (props) => {
38
placeholder,
39
required: isRequired,
40
error: !!invalid,
41
+ onBlur: input.onBlur,
42
+ onFocus: input.onFocus,
43
},
44
}}
45
// legacy version
packages/mui-component-mapper/src/time-picker/time-picker.js
@@ -38,6 +38,8 @@ const TimePicker = (props) => {
0 commit comments