Enis Necipoglu
Enis Necipoglu
Can you share sample of your code? There is 3 type of image source for iOS icon renderer: https://github.com/enisn/Xamarin.Forms.InputKit/blob/b62c10271d49d678ca527f11033ed38eb46f4896/InputKit/Platforms/iOS/IconViewRenderer.cs#L78-L95 Which type of source do you use for Icon of AdvancedEntry?
CheckChangedCommand is type of `ICommand`. So, CheckChangedCommandProperty casts value to `ICommand` when parameter is set: https://github.com/enisn/Xamarin.Forms.InputKit/blob/af149c3ab9f28a69de6c0e57ef05482411f1cb0a/InputKit/Shared/Controls/CheckBox.cs#L225 I'm not sure why it doesn't work. I can try to reproduce later.
I've found a note in [prism documentation](https://prismlibrary.com/docs/commanding.html) > The DelegateCommand deliberately prevents the use of value types (int, double, bool, etc). Because ICommand takes an object, having a value type...
**UIPopover** can not be used for iPhones, it's for only iPads. that why it waits for iOS implementation. and the Android side, ContextMenu crashes at some of Android Versions
I've just found the bug. If you define type of your property as `object` binding works but other exact types doesn't work for now until fixed.
I can't understand the issue, but You can use [SelectionView](https://enisn-projects.io/docs/en/inputkit/latest/components/controls/SelectionView) to achieve the same goal with less pain
@LeoJHarris voov. There is awesome details on [EnchantedEntry](https://github.com/LeoJHarris/EnhancedEntry). We can improve annotation like that. Also **QuantityPicker** is good idea. But i think Xamarin Forms already has it as "**Stepper**" isn't...
> @enisn Okay your right I'd forgot Xamarin had a stepper I looked again stepper but there is no label to see what is current value in stepper. It can...
> @enisn If your still open to suggestions, AutoCompleteView? AutoComplete feature planned for AdvancedEntry, you can track form [this card](https://github.com/enisn/Xamarin.Forms.InputKit/projects/2#card-18309705)
> @enisn If your still open to suggestions, AutoCompleteView? @LeoJHarris You can try [this Pre-Release](https://github.com/enisn/Xamarin.Forms.InputKit/releases/tag/v.3.0.0-pre6) for AutoCompleteView and send me feedback to decide features for Release