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

[Feature Request] Add textarea support #174

Open
Tam opened this issue Feb 27, 2020 · 2 comments
Open

[Feature Request] Add textarea support #174

Tam opened this issue Feb 27, 2020 · 2 comments

Comments

@Tam
Copy link

Tam commented Feb 27, 2020

Being able to use textareas in place of inputs would be really useful, especially where multi-line values are a possibility.

@darrenjennings
Copy link
Owner

Looked into it a bit, textarea works just fine if you're ok with the suggestion box below the entire textarea - but another component would need to be used if you wanted a typeahead dropdown in-line with the text itself.

For how to implement this in the library, we could use <component :is="inputProps.is", which seems to work from a functional perspective, but breaks the tests and I noticed some weird behavior with the @selected events not firing. PR's welcome if someone would like to take this task.

@damirbogdanov
Copy link

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

3 participants