mattermost-community/focalboard

Feature Idea: Text property auto wrapping/expanding

Open

#4,848 opened on May 26, 2022

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (26,187 stars) (2,542 forks)user submission
EnhancementHacktoberfestHelp WantedUp for grabs

Description

Summary

The text property currently doesn't support text wrapping or multi-line text, so longer text becomes difficult to read. Full text is only visible as a tooltip on hover. To improve the text property, we can consider some of the following options:

  1. Text wrapping with an auto-expanding field, so users don't have to keep scrolling to the right and the entire text value is always visible on the card
  2. Expand/minimize button, so user can see the full text when they want to without impacting the card layout
  3. Auto-expanding to a limit, with button to "Show All" - Combo of option 1 and 2

Open to other suggestions as well!

How important this is to me and why

Importance: Medium

Use cases:

  1. Inputting long text values
  2. Users who use the Text property as a note field

Additional context/similar features

Screen Shot 2022-05-26 at 5 41 43 PM

Contributor guide