File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed
CodeBeam.MudBlazor.Extensions/Components Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 4242 Variant =" @Variant"
4343 @bind-Value =" @_internalValue"
4444 TextChanged =" @(async() => await TextChanged.InvokeAsync())"
45- ShowVisualiser =" @(Values?.Any() ?? false)" >
45+ ShowVisualiser =" @(Values?.Any() ?? false)"
46+ Mask =" @Mask" >
4647
4748 <DataVisualiser >
4849 <MudChipSet T =" T" Class =" @ChipClassname" Style =" @ChipStylename" AllClosable =" @Closeable" OnClose =" Closed" >
Original file line number Diff line number Diff line change 2626 @attributes =" UserAttributes"
2727 Label =" @Label"
2828 InputType =" @InputType"
29+ InputMode =" @InputMode"
2930 Lines =" @Lines"
3031 Style =" @Style"
3132 Variant =" @Variant"
7677 {
7778 <MudMask @ref =" _maskReference"
7879 @attributes =" UserAttributes"
80+ Label =" @Label"
7981 Mask =" @_mask"
8082 InputType =" @InputType"
83+ InputMode =" @InputMode"
8184 Lines =" @Lines"
8285 Style =" @Style"
8386 Variant =" @Variant"
87+ Typo =" Typo"
8488 TextUpdateSuppression =" @TextUpdateSuppression"
8589 Value =" @Text"
8690 ValueChanged =" OnMaskedValueChanged"
8791 Placeholder =" @Placeholder"
88- Disabled =@Disabled
92+ Disabled =@GetDisabledState()
8993 Underline =" @Underline"
90- ReadOnly =" @ReadOnly "
94+ ReadOnly =" @GetReadOnlyState() "
9195 MaxLength =" @MaxLength"
96+ Adornment =" @Adornment"
97+ AdornmentText =" @AdornmentText"
98+ AdornmentIcon =" @AdornmentIcon"
99+ AdornmentColor =" @AdornmentColor"
100+ AdornmentAriaLabel =" @AdornmentAriaLabel"
92101 IconSize =" @IconSize"
102+ OnAdornmentClick =" @OnAdornmentClick"
93103 Error =" @Error"
104+ ErrorId =" @ErrorId"
105+ HelperText =" @HelperText"
94106 Immediate =" @Immediate"
95107 Margin =" @Margin" OnBlur =" @OnBlurredAsync"
96- Clearable =" @Clearable"
97108 OnClearButtonClick =" @OnClearButtonClick"
98- Adornment =" @Adornment " >
99- </ MudMask >
109+ ShrinkLabel =" @ShrinkLabel "
110+ Required = " @Required " / >
100111 }
101112 </CascadingValue >
102113 </InputContent >
You can’t perform that action at this time.
0 commit comments