TextField provides an option to use endadornment to add rich features/symbols, which can be used to provide password hide/show feature. When such Password TextField with placeholder is used, placeholder flutters (chrome)/moves (safari) on visibility endadornment toggle for screen size 1280x800.
[x] This is a v1.x issue (v0.x is no longer maintained).
[x] I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
On endadornment toggle, the position of placeholder should remain the same and must not flutter (chrome)/move (safari).
Current Behavior
On endadornment toggle, the position of placeholder flutters (chrome)/moves (safari). Please see https://i.imgur.com/cbjYbo5.gifv for details.
@niyatip25 I can't reproduce the issue on a MacBook Air 11" 2015 (1366 x 768). Let us know if you find a workaround, but for now. I'm gonna assume it's a rendering issue with Chrome.
TextField provides an option to use endadornment to add rich features/symbols, which can be used to provide password hide/show feature. When such Password TextField with placeholder is used, placeholder flutters (chrome)/moves (safari) on visibility endadornment toggle for screen size 1280x800.
Expected Behavior
On endadornment toggle, the position of placeholder should remain the same and must not flutter (chrome)/move (safari).
Current Behavior
On endadornment toggle, the position of placeholder flutters (chrome)/moves (safari). Please see https://i.imgur.com/cbjYbo5.gifv for details.
Steps to Reproduce (for bugs)
The codesandbox.io template : https://codesandbox.io/s/8l95no30l
Your Environment