Skip to content

WIP: feat: expanding text field

Peter East requested to merge expanding-text-field into master

Add an expanding plain text field. Useful for titles and stuff that could be long but not rich text.

(I'm open to suggestions on how to do things better/differently - I'm not 100% sure that I've done things in the right way here)

TODOs:

  • Add unit tests for this component.
  • Add PropTypes
  • Find a way to use component DOM refs and not document.getSomethingBySomething
  • Synchronise with elife upstream
Edited by Peter East

Merge request reports