You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using DatePicker as a component to my Field from redux form. Right now each time I focus on the field the date picker opens. I cannot write the date to the input from the keyboadrd on my own (or paste it). I would like to combine both - enable user to paste/input the date from keyboard or pick it from date picker... Moreover make it possible to remove the value from it and leave it empty. How can I achieve this ?
import { Field, reduxForm } from 'redux-form';
import { DatePicker } from 'redux-form-material-ui';
I am using DatePicker as a component to my Field from redux form. Right now each time I focus on the field the date picker opens. I cannot write the date to the input from the keyboadrd on my own (or paste it). I would like to combine both - enable user to paste/input the date from keyboard or pick it from date picker... Moreover make it possible to remove the value from it and leave it empty. How can I achieve this ?
The text was updated successfully, but these errors were encountered: