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

Respect lineLimit environment in Textarea and Text components #734

Open
PavelHolec opened this issue Dec 11, 2023 · 0 comments
Open

Respect lineLimit environment in Textarea and Text components #734

PavelHolec opened this issue Dec 11, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@PavelHolec
Copy link
Collaborator

PavelHolec commented Dec 11, 2023

Native behaviour:

  • Native TextEditor is a scrollable text editor that needs frame(height:) to limit the size. This currently matches the default Orbit Textarea component layout.
  • Native TextField with lineLimit > 1 allows the textfield to autogrow in height based on the line limit. This is currently not supported by Textarea component.

Links

@PavelHolec PavelHolec added the enhancement New feature or request label Dec 11, 2023
@PavelHolec PavelHolec self-assigned this Dec 11, 2023
@PavelHolec PavelHolec changed the title Respect lineLimit environmenti in Textarea and Text components Respect lineLimit environment in Textarea and Text components Dec 11, 2023
@PavelHolec PavelHolec added this to the 2024Q1 milestone Jan 10, 2024
@PavelHolec PavelHolec removed this from the 2024Q1 milestone Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant