File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
CodeBeam.MudBlazor.Extensions/Components Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 88 <MudInputControl Label =" @Label" Variant =" @Variant" HelperText =" @HelperText" HelperTextOnFocus =" @HelperTextOnFocus" FullWidth =" @FullWidth" Margin =" @Margin" Class =" @Classname" Style =" @Style"
99 Error =" @Error" ErrorText =" @ErrorText" ErrorId =" @ErrorId" Disabled =" @Disabled" @onclick =" @ToggleMenu" Required =" @Required" ForId =" @FieldId" >
1010 <InputContent >
11- <MudInputExtended @ref =" _elementReference" InputType =" InputType.Hidden"
11+ <MudInputExtended @ref =" _elementReference" InputType =" InputType.Hidden" Label = " @Label "
1212 Class =" @InputClassname" Style =" @InputStyle" Margin =" @Margin" Placeholder =" @Placeholder"
1313 Variant =" @Variant"
1414 TextUpdateSuppression =" false"
Original file line number Diff line number Diff line change 2424 <MudInputExtended T =" string"
2525 @ref =" InputReference"
2626 @attributes =" UserAttributes"
27+ Label =" @Label"
2728 InputType =" @InputType"
2829 Lines =" @Lines"
2930 Style =" @Style"
You can’t perform that action at this time.
0 commit comments