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

Textarea v2: resize height when window resized if autoResize is true #2919

Closed
ian4uia opened this issue Sep 1, 2022 · 0 comments
Closed
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2
Milestone

Comments

@ian4uia
Copy link

ian4uia commented Sep 1, 2022

Describe the feature you would like to see added

Currently when Textarea autoResize is true the height is automatically resized on initialisation and when the user types into the Textarea. If the user then resizes the window and the content no longer fits then the Textarea should resize itself.

Is your feature request related to a problem?

If the user resizes the window and there is too much content then the user cannot see the full text and no scrollbar is displayed so the user might not realise that there is more text out of view.

Describe the solution you'd like

The Textarea should resize if required when autoResize is true and the window is resized by the user.

Describe alternatives you have considered

No response

Additional context

No response

@ian4uia ian4uia added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Sep 1, 2022
@tugcekucukoglu tugcekucukoglu added this to the 2.11.0 milestone Sep 2, 2022
@tugcekucukoglu tugcekucukoglu self-assigned this Sep 2, 2022
tugcekucukoglu added a commit that referenced this issue Sep 5, 2022
@tugcekucukoglu tugcekucukoglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add labels Sep 5, 2022
@tugcekucukoglu tugcekucukoglu changed the title Textarea: resize height when window resized if autoResize is true Textarea v2: resize height when window resized if autoResize is true Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2
Projects
None yet
Development

No branches or pull requests

2 participants