Ivan Ćelić
Ivan Ćelić
I have similar issue where if I change column from colA (numeric) to colB (text) then the value stays null instead of "" which is default for text filter.
I found a workaround. If you have multiple ranges in your initial state object just leave out the range which you do not want to define in the calendar. Instead...
I had multiple ranges and I wanted the second one not to be selected by default, but I am not sure if that can be applied to this case/sandobx.
> > when create new `EditorState` from content, the `SelectionState` is re-created, and the cursor position information (`anchoroffset`, `focusOffset`) will not kept, so need to update from old editorState. >...