Our app uses a picker for selecting from an option of numbers. For some reason iPad iOS 9 introduces a "paste" option for the picker. Questions:
- Why does this happen? I thought the whole point of a picker was to not allow users to enter custom values, but rather to pick from a predefined list. The paste option allows users to subvert this, and I can't see why it would ever be desirable. I realize that this may be an Apple decision and not Xamarin Forms, but if it's editable, why does Xamarin Forms not turn this off by default?
- Is this something we can turn off in our own renderers or through some setting? I haven't messed with custom renderers for pickers.