-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Wrap Long text fields (textarea) #7552
Labels
Comments
Bonapara
changed the title
Long text fields (textarea)
Wrap Long text fields (textarea)
Oct 10, 2024
Should Wait Custom Layouts to work on this |
/assign |
4 similar comments
/assign |
/assign |
/assign |
/assign |
Let's do this as an option to the field type. |
After some Figma tests, I think a single setting could do the job, @FelixMalfait. |
Weiko
pushed a commit
that referenced
this issue
Nov 18, 2024
Here we add the option for Text inputs to be wrapped, and to select on how many lines text should be displayed. Fix #7552 --------- Co-authored-by: guillim <[email protected]>
Merged
Weiko
pushed a commit
that referenced
this issue
Nov 19, 2024
Related to #7552 <img width="556" alt="Screenshot 2024-11-18 at 17 57 30" src="https://github.com/user-attachments/assets/e89e575b-9adb-4910-ab0d-b60079727f70"> --------- Co-authored-by: guillim <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Current behavior
Currently, there is no long text fields in which you could add some more information about a problem (task for example). You can add normal text fields but text isn't shown fully. Only on hover, which by design is pretty bad UI/UX.
Default:
On hover:
Expected behavior
A textarea field as implemented in (for example) salesforce. While, still remaining the ability to filter on long text fields (not possible in salesforce, so a huge win in my eyes).
How it would look
Also supports (shift+enter) newlines for better readability.
This will be very nice when being able to customize your own record pages.
Technical inputs
No clue to be honest, just throwing the idea out there.
The text was updated successfully, but these errors were encountered: