You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The number picker currently only supports an integer. This limits the use case for decimal point numbers, say temperatures, money etc. Changing to a double allows for further versatility.
Summary
The number picker currently only supports an integer. This limits the use case for decimal point numbers, say temperatures, money etc. Changing to a double allows for further versatility.
API Changes
Changes to SettingsView/Cells/NumberPickerCell.cs seems to be simple enough swapping int for double in the code.
To
etc
Intended Use Case
Would allow more versatility in the NumberPicker control without having to write a CustomCell anytime a double needed to be used for a NumberPicker
The text was updated successfully, but these errors were encountered: