Greetings,
Question: What is the current state of custom theming in your controls?
I’ve used your controls and they are fairly great. However, I am in dire need of consistent custom theming for your controls. Essentially, I’ve overridden the onMarkupReady event to completely customize the visual of the control because the out of the box theming isn’t good.
I have no prroblem with overriding the markup, but each new update breaks the overrides and they no longer work with the latest version. So, in order to upgrade, I have to re-code the custom overrides, because you have code like this:
$(event.target).find(".mbsc-cal-btnc.mbsc-cal-btnc-ym")
Targeting dom elements with specific dependency on the css classes, these classes are often changed and again break on update. !
Here is a picture of a custom themed control: