FeatureFuel
3

Let text be selectable in the Studio

Source: directus/directus#23159 · opened by @jeremyzilar
Summary Text in the notice fields and in the helper text is not selectable. Basic Example _No response_ Motivation As an editor, I would like to store snippets and style guidance for my team in notice fields and helper text below the fields. Oddly, the text is not selectable in those places. <img width="868" alt="image" src=" Detailed Design Making the text selectable in these specific areas can be achieved through a simple CSS modification. I was able to make it possible to select the text in those areas by adding Custom CSS, but this should probably get rolled in to Directus core. .type-note, .type-note * { user-select:text; } .presentation-notice * { user-select:all; } Requirements List Text should be selectable • in notice fields • in the helper text under fields Drawbacks I am not sure why all of the text was made to be not selectable in the first place. Changing this and thus having the expectation that I…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests