Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Generalizing the text input component #59

Closed
Bios-Marcel opened this issue Feb 21, 2019 · 0 comments
Closed

Generalizing the text input component #59

Bios-Marcel opened this issue Feb 21, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@Bios-Marcel
Copy link
Owner

Currently the message editor is being used for the command input as well. That is convenient as it requires less code, however, the message input support some features that the command input simply doesn't need:

  • Mentioning
  • Multiline support

There should be a general editor component that has the following features:

  • Autocomplete (Tab & Popup like the mention dialog. This feature could then be used for emojis, mentions, commands and more!)
  • General text editing (The usual stuff you'd expect)
  • Optional line breaking

It should be easy to extend it using composition.

@Bios-Marcel Bios-Marcel added the enhancement New feature or request label Feb 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant