Anselmus K A Kurniawan
Anselmus K A Kurniawan
I solved it by changing `editorState` with `defaultEditorState` ``` ``` The cursor problem is gone, but new problem arise, the component cannot recieved initial value even though it was re-rendered
I end up using `key` as @marlonmantilla suggested and it solved my problem
I also need `minDate` and `maxDate` feature in `DayPickerSingleDateController`, please publish new version
Waiting for this merge too
My workaround ``` const defaultMask = value => value.split('').map(() => /./); ``` using that as a default mask not false. it will accept any number or chars