Version 4.7.3
Changelog
Forms
-
Fixed: Made the color of the stepper, snackbar text lighter to improve contrast for certain themes.
-
Fixed: We fixed the background color for the segmented component in pressed state within the iOS theme.
-
Fixed: We fixed a bug where the segmented components items appeared incorrectly in Angular when Bootstrap was also loaded.
-
Fixed: Stacked label position was fixed in case of outline inputs with Mobiscroll theme.
-
New: We added support for commonly used HTML attributes for the
mbsc-input
component. The following attributes are supported and passed through to the native input:min
,max
,minlength
,maxlength
,autocomplete
,autocapitalize
,autocorrect
,spellcheck
,autofocus
,step
,pattern
,required
,accept
,multiple
. -
New: Added support for input
type="file"
. File inputs will be consistently styled with other form elements.
Listview
- Fixed: Fixed a bug with the hierarchical listview. Destroy resulted in an error if the listview was displaying a sublevel.
Numpad
- Fixed: We fixed the
min
andmax
settings to be rounded accordingly to thescale
setting.
Popup
- Fixed: We fixed a bug that prevented inline event handlers to fire in Mobiscroll for Angular.
Range
- Fixed: Fixed the range color that was rendered incorrectly within custom material themes.
Scrollview
- Fixed: Fixed flex layout in IE10 and IE11.
Select
- Fixed: Fixed floating and stacked label styling in Mobiscroll for React.