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

refactor textarea w. content editable component #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fliptopbox
Copy link
Contributor

@fliptopbox fliptopbox commented Feb 18, 2022

Description

The textarea input has a limited feature set where standard DIV will let us inject emojis and other HTML objects to manage functions like @ lookup. Additionaly the div component resizes effortlessly, in comparison to a typical textarea input.

  • replace textarea with react component that uses DIV content editable
  • the placeholder callback are implimented in PR (see [WIP] typing indicator #66)

PR Checklist

Please use this checklist to track the completeness of your PR. We're always happy to assist you in completing these steps!

  • No linting errors/warnings are introduced.
  • Unit tests are all passing.
  • The feature/fix has been tested locally.
  • The feature/fix satisfies the acceptance criteria described in issue: #.

@fliptopbox fliptopbox self-assigned this Feb 18, 2022
@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://gentle-dune-0fec87f03-69.westeurope.azurestaticapps.net

@fliptopbox
Copy link
Contributor Author

hey @thisisjofrank there is nothing to action here yet. it is literally just a PR to ensure this work is isolated from typing indicator.

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

Successfully merging this pull request may close these issues.

1 participant