Added new MaskedEntry component. It formats and constrains text to a predefined pattern or a pattern you define. It provides input validation and masks, such as Text, Regex, IP , Email and Numeric.
Added new ListPicker component. It allows you to select an item from a list of items. This list is visualized inside a popup. Available for iOS and Android.
Added new DatePicker component. It allows the users to select a date. Available for iOS and Android.
Added new TemplatedPicker component. It is a fully customizable picker control which allows you create a custom picker based on the scenario you want to achieve. Available for iOS and Android.
Added new TimePicker component. It provides a convenient way for the app users to select a time. Its items are visualized inside a popup. Available for iOS and Android.
Added new TimeSpanPicker component. It provides an easy way to select a time duration. Available for iOS and Android.
Added new RadRating component that allows users to intuitively rate by selecting number of items [stars] from a predefined number of items.
Added new BusyIndicator component. It allows you to display a notification whenever a long-running process is being handled by the application. This makes the UI more informative and the user experience smoother.