Xamarin.Forms.InputKit icon indicating copy to clipboard operation
Xamarin.Forms.InputKit copied to clipboard

Multiline Editor - New Feature Request

Open terabitsoft opened this issue 5 years ago • 2 comments
trafficstars

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!

terabitsoft avatar Nov 17 '20 21:11 terabitsoft

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 😉 🎉

enisn avatar Nov 24 '20 14:11 enisn

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.

enisn avatar Apr 06 '21 20:04 enisn