
Adds a NumericInput control to take numeric input, tailored for each of the target platforms iOS, Android, UWP.
Features
- NumericInput - New control allows developers to easily take numeric input from users with a convenient UI, tailored for each of the target platforms – iOS, Android, UWP.
- Added StringFormat property. The format is applied when the control is not focused.
- Enabled Globalization - culture specific symbols used in the string format are taken from the culture of the current thread.
Fixes
- Calendar
- Fixed - [Android]: Exception is thrown when selecting specific dates with range selection.
- ListView
- Fixed - [iOS]: Items' appearance is lost when scrolling a ListView with custom ItemTemplateSelector.
- SideDrawer
- Fixed - Exception when switching to Tab that contains the control.
- Fixed - [iOS] Content views lose their binding context when navigate to another page and return back.
- SlideView
- Fixed - [UWP] The content is missing when it contains a ScrollView.
- Fixed - One slide is shown twice when SelectedIndex is bound and the InfiniteScrolling is enabled.