Xamarin.Forms.InputKit
Xamarin.Forms.InputKit copied to clipboard
Multiline Editor - New Feature Request
Hi,
I must first thank you for this wonderful kit that made my life easier as I am beginner.
I would like to know if Multiline Editor is available or not. If not, then can you please include it in your roadmap.
Highly appreciate your support.
Cheers!
Thank you for your interest. I'm kinda busy nowadays. So I couldn't reply you earlier. As I know Xamarin Forms will have multi-line entry officially. I'll research for it and I can add it as AdvancedMultiLineEditor, and most of AdvancedEntry features should be included.
Until I'll work on it, PR is Welcome 😉 🎉
Hi @terabitsoft
I'm planning to extract some of core features to Xamarin.Forms.Plainer, so you can start to use stable version of plainer and make your multiline editor with following code block:
xmlns:plain="clr-namespace:Plugin.Plainer.Shared.Controls;assembly=Plugin.Plainer"
<Frame BorderColor="Blue" CornerRadius="20" Padding="5">
<plain:EditorView HeightRequest="120" />
</Frame>
I'll make a huge refactor on each controls and start to use plainer as core after v4 milestone. First focus of vNext is consistency and performance.