connercms

Results 5 issues of connercms

I am trying to override the basic implementation of discard to write an error log as well as discard the action when the error is not a network error. My...

bug

I am having an issue with the MKCheckbox where it constantly appears to be resizing/dancing on the screen. I have created a GIF of the issue. Not sure what the...

I see in the documentation that there is the disabledItemColor prop, but how do you disable an individual drop down item?

I followed [Dan Abramov's example](https://stackoverflow.com/questions/35622588/how-to-reset-the-state-of-a-redux-store) on clearing a redux store by dispatching an action that gets handled by a root reducer. My code for that is here ``` import {...

Is there a method to retain panning but only allow zooming via button click, or disable mouse wheel zoom? I have the following ZoomableGroup ``` ``` buttons for handling zoom...