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

🚀 - InputInline multiline #8982

Open
waterplea opened this issue Sep 12, 2024 · 4 comments
Open

🚀 - InputInline multiline #8982

waterplea opened this issue Sep 12, 2024 · 4 comments
Assignees
Labels
contributions welcome Architecture is clear and community can help P2 This issue has medium priority

Comments

@waterplea
Copy link
Collaborator

Description

We need a textarea based version input inline so it can be multiline. We also need to be able to place actions like that:

image
@waterplea waterplea added feature P2 This issue has medium priority and removed state: need triage labels Sep 12, 2024
@splincode
Copy link
Member

@waterplea something like?

<input tuiInputInline />
<textarea tuiInputInline></textarea>
<div contenteditable tuiInputInline [(ngModel)]="value"></div>

@waterplea
Copy link
Collaborator Author

Just the textarea, for contenteditable we have editor

@40oleg
Copy link
Collaborator

40oleg commented Oct 22, 2024

@waterplea
I would like to take it.
Is this behavior similar to what you mean? (ofc it has problems like wrong position of pencil icon etc, but is concept correct?)

inline-input.webm

@waterplea
Copy link
Collaborator Author

@40oleg yes, that looks correct. Also keep in mind the pencil icon should not be a part of the component itself, people should just be able to easily place and hide it, like with current inline single line input.

@40oleg 40oleg self-assigned this Oct 23, 2024
@waterplea waterplea added contributions welcome Architecture is clear and community can help and removed feature labels Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributions welcome Architecture is clear and community can help P2 This issue has medium priority
Development

No branches or pull requests

3 participants