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.
Comments
Similar requests
Store asset transformations for reference when serving assets from outside of the studio app
3 votes · 0 comments
Add plain text to Send Email Operation
1 vote · 0 comments
Option to log out from Keycloak when logging out of Data Studio App
3 votes · 0 comments
Update count in notification badge
9 votes · 0 comments
Data Studio App collection URL's should support search and filter query parameters
9 votes · 0 comments
No comments yet.