Enis Necipoglu
Enis Necipoglu
Hi @terabitsoft I'm planning to extract some of core features to [Xamarin.Forms.Plainer](https://github.com/enisn/Xamarin.Forms.Plainer), so you can start to use stable version of [plainer](https://www.nuget.org/packages/Xamarin.Forms.Plainer/) and make your multiline editor with following code...
You can set your custom image to achieve that, RadioButton doesn't have that kind of feature at the moment. ```xml ```
This image is used at the moment: https://github.com/enisn/Xamarin.Forms.InputKit/blob/develop/src/InputKit.Maui/Shared/Resources/circle.png I'll convert all the resources to `svg` format soon. After that, it'll be possible to set background color separately
UWP support is experimental now. I couldn't test all controls. Thanks for the feedback. I'll fix it on v3
Still continues in Xamarin Forms & MAUI
RTL doesn'T work right on AdvancedEntry. It works on other componenets but AdvancedEntry. I'm tagging it as **Bug**
@rob7z5 Short answer is **unfortunately it's not possible using two color in images**. [IconView](https://github.com/enisn/Xamarin.Forms.InputKit/blob/master/InputKit/Shared/Controls/IconView.cs) fills all pixels with color of an image. That is used logic to change colors. I...
There is no way right now, i added that to do list now. I'll add RTL support as soon as possible. Thanks for your care.
A new AnnotationType can be added. I just added tihs to enchantment queue
I think it's related to Xamarin Forms data binding system. The InputKit Checkbox doesn't do anything special for binding. If you provide more info like your ViewModel, i can investigate...