Enis Necipoglu
Enis Necipoglu
> @enisn AutoCompleteView or AutoCompleteEntry? I see two similar components AutoCompleteView does not have any visual effects. just simply invisible(if you set background you'll see :) ) view. AutoCompleteEntry is...
@ronakshethia Of course. That is right. SelectionView is not a real control. just generates RadioButtons, CheckBoxes or buttons at runtime. It uses Control's default settings. If your SelectionType is CheckBox...
I'm labeling this issue as Enchantment and customizing feature will be added to selectionview
Also, overriding SelectionView is a workaround for now: ```csharp using Plugin.InputKit.Shared.Abstraction; using Plugin.InputKit.Shared.Controls; namespace App3 { public class MySelectionView : SelectionView { public override ISelection GetInstance(object obj) { var instance...
There is no mask option in latest release. It would be perfect feature. I'm adding this one to enchangement queue 👍 😄
Unfortunately AdvancedSlider is not suported ranges currently. I'm adding that to feature list. But I can't say when will be done.
Planned for 4.2
> Hello @AhmedAdelGadElkareeem, > I think the problem is that you're putting each RadioButton in it's own RadioButtonGroupView (RBGV). Only one RadioButton can be selected per RBGV, but if you...
Hi @davidbuckleyni You should try increasing size of circle and font via using **CircleSize** and **TextFontSize** instead of using **Scale** and **HeightRequest**: ```xml ``` *** Or if you want to...
It's kinda workaround and seems like a good approach to get over the problem. Thanks @furkandeveloper