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

Input.multiline doesn't work with resize: auto #187

Open
smucode opened this issue Mar 14, 2020 · 3 comments
Open

Input.multiline doesn't work with resize: auto #187

smucode opened this issue Mar 14, 2020 · 3 comments

Comments

@smucode
Copy link

smucode commented Mar 14, 2020

If you apply the resize:auto style to a Input.multiline the little handle to resize the textarea does appear, but it's not actually possible to resize the component.

https://ellie-app.com/8jfHLZrQPNra1

This is since Input.multiline doesn't simply use textarea but has added some trickery to address #5

@smucode smucode changed the title Input.multiline doesn't work with resize: auto Input.multiline doesn't work with resize: auto Mar 14, 2020
@alexkorban
Copy link
Contributor

#unexpected

@mihkell
Copy link

mihkell commented Aug 10, 2022

It's not in the spirit of ELM-UI to use the browser handle for resizing. You can build a custom action for that :)

@ncaq
Copy link

ncaq commented Oct 16, 2023

Isn't it good that you are specifying here?

, Prop "resize" "none"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants