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

fix: better approximation of text area size based on value length #128

Merged
merged 2 commits into from
May 9, 2021

Conversation

aradmargalit
Copy link
Collaborator

What Changed?

Adding support to size the text area when the user enters the editable state

How?

Using a rough approximation of row count based on characters per line, plus a new row for each newline.

Copy link
Owner

@eshedmargalit eshedmargalit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for tackling this!

@eshedmargalit eshedmargalit merged commit 1e475f0 into master May 9, 2021
@eshedmargalit eshedmargalit deleted the am/tall-text-area branch May 9, 2021 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants