File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ functionality in Demo for the component you are editing. Not only will this allo
148
148
- PR: Cleanup #673 (Thanks to [ stefanloerwald] ( https://github.com/stefanloerwald ) )
149
149
- PR: Table Re-Rendering Fix #692 (Thanks to [ erlendp] ( https://github.com/erlendp ) )
150
150
- 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 ) )
151
152
152
153
#### MatBlazor 2.6.3
153
154
- PR: Simplify deploying js/css #657 (Thanks to [ stefanloerwald] ( https://github.com/stefanloerwald ) )
Original file line number Diff line number Diff line change 581
581
<p >
582
582
<MatTextField @bind-Value =" @MyString8" Label =" Trailing Icon - Password" Icon =" lock_outline" IconTrailing =" true" FullWidth =" true" Required =" true" Type =" password" ></MatTextField >
583
583
</p >
584
+ <p >
585
+ <MatTextField TValue =" string" Placeholder =" placeholder" Label =" label" FullWidth =" true" />
586
+ </p >
584
587
<p >
585
588
<div class =" text-field-container" >
586
589
<MatTextField @bind-Value =" @MyString8" Label =" Label" FullWidth =" true" ></MatTextField >
You can’t perform that action at this time.
0 commit comments