Commit bccf703
RoomWithOutRoof
fix(textinput): allow full placeholder display when width is 0
The early return check incorrectly
truncated the placeholder to only 1 character when Width was 0.
Since the comment states 'if there is no width, the placeholder can be any
length', we should always show the full placeholder when Width is 0.
This removes the erroneous early return that was causing only the first
character of the placeholder to be visible.1 parent 4da03b3 commit bccf703
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
754 | | - | |
755 | | - | |
756 | | - | |
757 | | - | |
758 | | - | |
759 | 754 | | |
760 | 755 | | |
761 | 756 | | |
| |||
0 commit comments