Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiline Editor - New Feature Request #205

Open
terabitsoft opened this issue Nov 17, 2020 · 2 comments
Open

Multiline Editor - New Feature Request #205

terabitsoft opened this issue Nov 17, 2020 · 2 comments
Labels
enhancement New feature or request feature A new feature good first issue A good issue to make your first contribution help wanted Extra attention is needed question Further information is requested
Milestone

Comments

@terabitsoft
Copy link

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!

@enisn enisn added enhancement New feature or request feature A new feature question Further information is requested labels Nov 24, 2020
@enisn
Copy link
Owner

enisn commented Nov 24, 2020

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 enisn added this to the v.4.0.0 milestone Mar 26, 2021
@enisn
Copy link
Owner

enisn commented Apr 6, 2021

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 enisn pinned this issue Apr 7, 2021
@enisn enisn added help wanted Extra attention is needed good first issue A good issue to make your first contribution labels Mar 12, 2022
@enisn enisn modified the milestones: v.4.0.0, v4.1 Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature A new feature good first issue A good issue to make your first contribution help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants