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 TextField is in multiline mode, words will be broken improperly between two lines, if the text is too long to fit.
When we add label to the TextField and the text is long enough to trigger scrolling feature, a portion of the text disapears later than the rest due to an incorrect size of label.
Steps to reproduce:
Go to KitchenSink, shrink your browser to make the TextField smaller, add following code and type some long enough text to trigger scrolling (Bad word breaking will most probably be there already):
The TextField breaks lines of text correctly and not in the middle of the word without any indication.
When scrolling through the text, text disapears in one line.
Actual Behaviour
The text was updated successfully, but these errors were encountered:
Bug Report
Prerequisites
Version:
1.5.0
Description:
When a TextField is in multiline mode, words will be broken improperly between two lines, if the text is too long to fit.
When we add label to the TextField and the text is long enough to trigger scrolling feature, a portion of the text disapears later than the rest due to an incorrect size of label.
Steps to reproduce:
Go to KitchenSink, shrink your browser to make the TextField smaller, add following code and type some long enough text to trigger scrolling (Bad word breaking will most probably be there already):
const { TextField } = require('precise-ui');
<TextField multiline label="Dummy Label" />
Expected Behaviour
The TextField breaks lines of text correctly and not in the middle of the word without any indication.
When scrolling through the text, text disapears in one line.
Actual Behaviour
The text was updated successfully, but these errors were encountered: