-
Notifications
You must be signed in to change notification settings - Fork 56
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
Fix TextField line breaking and text scrolling #306
Fix TextField line breaking and text scrolling #306
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would also like to see changes in snapshots. Could you update them?
Seems to be a bit broken still: const { TextField } = require('precise-ui');
<TextField multiline resizable label="Test label" /> UPD: This is broken in the previous version as well. @Saladinek If you find out a solution in that PR, it would be great. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you determine the reason for the following changes?
- integration/image_snapshots/Anchor_3-snap.png
A background has been changed a little bit.
- integration/image_snapshots/AutocompleteTagBuilder_5-snap.png
- integration/image_snapshots/Autocomplete_3-snap.png
- integration/image_snapshots/DropdownField_3-snap.png
- integration/image_snapshots/DropdownField_7-snap.png
- integration/image_snapshots/DropdownField_9-snap.png
- integration/image_snapshots/DropdownSelect_3-snap.png
- integration/image_snapshots/DropdownSelect_7-snap.png
- integration/image_snapshots/DropdownSelect_9-snap.png
- integration/image_snapshots/PasswordField_1-snap.png
- integration/image_snapshots/SearchField_1-snap.png
- integration/image_snapshots/SearchField_3-snap.png
- integration/image_snapshots/SearchField_5-snap.png
- integration/image_snapshots/TextField_25-snap.png
- integration/image_snapshots/TextField_27-snap.png
- integration/image_snapshots/TextField_3-snap.png
- integration/image_snapshots/TextField_5-snap.png
A label size has been changed.
- integration/image_snapshots/Flyout_11-snap.png
- integration/image_snapshots/Form_5-snap.png
- integration/image_snapshots/RadioButtonGroup_1-snap.png
- integration/image_snapshots/RadioButtonGroup_11-snap.png
- integration/image_snapshots/RadioButtonGroup_5-snap.png
- integration/image_snapshots/RadioButtonGroup_7-snap.png
- integration/image_snapshots/RadioButtonGroup_9-snap.png
- integration/image_snapshots/RadioButtonGroup_1-snap.png
- integration/image_snapshots/RadioButtonGroup_11-snap.png
- integration/image_snapshots/RadioButtonGroup_13-snap.png
- integration/image_snapshots/RadioButtonGroup_3-snap.png
- integration/image_snapshots/RadioButtonGroup_7-snap.png
- integration/image_snapshots/RadioButtonGroup_9-snap.png
An indentation (probably padding) for elements has been changed.
PS: the best is to not introduce any BC (breaking changes).
Types of Changes
Prerequisites
Please make sure you can check the following two boxes:
Contribution Type
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Description
Fixes #305