Releases: MvcControlsToolkit/bootstrap-html5-fallback
Releases · MvcControlsToolkit/bootstrap-html5-fallback
version 1.0.3
Added a very high z-index a a default option (when user doesn't specifies a z-index), to ensure date picker is always displayed on top of other objects.
Now the module registers on mvcct-enhance with type 'html5-input' to allow selective enhancements.
version 1.0.2
Now all widget options accept also a function that is passed the node to enhance with the widget (as an Html node NOT a jQuery object) as firts argument, and the original Html5 node as second argument. The function must return a valid option object for the widget. This way, the developer may apply different options to each instance of the same widget
version 1.0.1
Bugs fix release. Fixed:
- Html5 input type month attribute "min" not working in bootstrap fallback widget.
version 1.0.0
corrected some bugs RTM
version 1.0.0-rc3
First public release