[TextField] Underline misalignment when Divider present
See original GitHub issue- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
It seems that when using <TextField select={true} />
and when there is a <Divider />
element somewhere in the tree above the underline is one pixel off
The same is happening to the Filled variant
Expected Behavior 🤔
The elements should be colinear despite presence of Divider anywhere on the tree
Steps to Reproduce 🕹
Your Environment 🌎
Tech | Version |
---|---|
Material-UI | v4.9.11 |
React | v16.13.1 |
Browser | Chrome 81.0.4044.122 |
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (10 by maintainers)
Top Results From Across the Web
[TextField] Underline misalignment when Divider present
The issue is present in the latest release. I have searched the issues of this repository and believe that this is not a...
Read more >How to change textField underline color? - dart - Stack Overflow
In all of my form, the underline of textField is showing in blue color. I want to change that to some other color....
Read more >Pearl Theme for Magento 2. User Guide. - WeltPixel
THEME FILES. The theme includes the following files: Theme and associated extension files; Documentation; Licensing; Theme sample data ...
Read more >ATT Automotive Level 1 - Providence Public Schools
points, underline things, make sketches and highlight important points. This is your book, so use it in whatever way works for.
Read more >Able2Extract Professional User Guide | Help - Investintech.com
Multiline: Create a text field that provides users with space for ... Squiggly (jagged underline), Strike Out, Caret, File Attachment and Watermark.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@esseswann I have just tested it, it seems that we fixed the issue later on by forcing the height. I think that we can move forward.
@esseswann Solved in #20777.