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 component #331

Open
vNakamura opened this issue Apr 12, 2018 · 1 comment
Open

TextArea component #331

vNakamura opened this issue Apr 12, 2018 · 1 comment

Comments

@vNakamura
Copy link
Member

Invision: https://projects.invisionapp.com/d/main#/console/13207780/276092513/preview

@vNakamura
Copy link
Member Author

Some functionality that could come handy:

  • Auto height. Grow vertically instead of having a scroll if the text typed is big.
  • Submit keystrokes. Textareas behave differently than other inputs. normally adds a line break instead of submitting the form. ⌘+⏎ or Ctrl+Enter could dispatch an onSubmit call. Optionally, could submit and ⇧+⏎ add a line (common behavior in chat apps).
  • Resize prop.

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

1 participant