Is there a feature where we can change the copy of this error message Invalid Date Format or just hide it?

for KeyboardDatePicker: https://material-ui-pickers.dev/api/KeyboardDatePicker
Thanks!!
What do you mean by copy?
@dmtrKovalenko copy === text
thanks @DoWhileGeek!
Is there a feature where we can change the text of this error message Invalid Date Format or just hide it?
any idea @dmtrKovalenko ?
Thanks for your help!
Just pass a prop helperText it will change the message. Also error prop will render red error state. The same as core mui input
thanks @dmtrKovalenko !
<KeyboardDatePicker
helperText={''} />
Most helpful comment
thanks @dmtrKovalenko !