You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a tooltip string expands the length of the tooltip div, it auto-wraps the content to fit. However when breaking the lines, it is breaking apart the characters of the word, rather than breaking on the word itself.
Current Output:
Expected Behavior
Tooltip should break on complete words, not break on the intermediate characters of a word.
Correct Output:
Steps to reproduce
Add a Text Input Control to your application.
Add a long tooltip to the control.
Hover over the control.
Environment
Lowcoder 2.0.1
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
When a tooltip string expands the length of the tooltip div, it auto-wraps the content to fit. However when breaking the lines, it is breaking apart the characters of the word, rather than breaking on the word itself.
Current Output:

Expected Behavior
Tooltip should break on complete words, not break on the intermediate characters of a word.
Correct Output:

Steps to reproduce
Environment
Lowcoder 2.0.1
Additional Information
No response
The text was updated successfully, but these errors were encountered: