Skip to content

Commit 2cc4da3

Browse files
committed
check - PR: Fix part of issue with FullWidth MatTextField and Placeholder #677 (Thanks to [stefanloerwald](https://github.com/stefanloerwald))
1 parent 97dc4ad commit 2cc4da3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ functionality in Demo for the component you are editing. Not only will this allo
148148
- PR: Cleanup #673 (Thanks to [stefanloerwald](https://github.com/stefanloerwald))
149149
- PR: Table Re-Rendering Fix #692 (Thanks to [erlendp](https://github.com/erlendp))
150150
- PR: Custom Drawer Width Demo. Readme contribution updates #701
151+
- PR: Fix part of issue with FullWidth MatTextField and Placeholder #677 (Thanks to [stefanloerwald](https://github.com/stefanloerwald))
151152

152153
#### MatBlazor 2.6.3
153154
- PR: Simplify deploying js/css #657 (Thanks to [stefanloerwald](https://github.com/stefanloerwald))

src/MatBlazor.Demo/Demo/DemoMatTextField.razor

+3
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,9 @@
581581
<p>
582582
<MatTextField @bind-Value="@MyString8" Label="Trailing Icon - Password" Icon="lock_outline" IconTrailing="true" FullWidth="true" Required="true" Type="password"></MatTextField>
583583
</p>
584+
<p>
585+
<MatTextField TValue="string" Placeholder="placeholder" Label="label" FullWidth="true" />
586+
</p>
584587
<p>
585588
<div class="text-field-container">
586589
<MatTextField @bind-Value="@MyString8" Label="Label" FullWidth="true"></MatTextField>

0 commit comments

Comments
 (0)