File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
CodeBeam.MudBlazor.Extensions/Components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 Variant =" @Variant" Immediate =" true"
2020 TextUpdateSuppression =" false"
2121 ShowVisualiser =" @((MultiSelection && SelectedValues?.Any() == true) || !Editable)" DataVisualiserStyle =" min-height: 1.1876em"
22- @bind-Value =" @_searchString"
22+ @bind-Value =" @_searchString" Typo = " @Typo "
2323 Underline =" @Underline"
2424 Disabled =" @GetDisabledState()" ReadOnly =" @GetReadOnlyState()" Error =" @Error" ErrorId =" @ErrorId"
2525 Clearable =" @Clearable" ForceClearable =" @(Clearable && HasValue(Value))" OnClearButtonClick =" @ClearButtonClickHandlerAsync"
Original file line number Diff line number Diff line change 1515 Value =" @(Strict && !IsValueInList ? null : Text)" Underline =" @Underline"
1616 Disabled =" @GetDisabledState()" ReadOnly =" true" Error =" @Error" ErrorId =" @ErrorId"
1717 Clearable =" @Clearable" OnClearButtonClick =" (async (e) => await SelectClearButtonClickHandlerAsync(e))"
18- @attributes =" UserAttributes" OnBlur =" @OnLostFocus" ShrinkLabel =" @ShrinkLabel"
18+ @attributes =" UserAttributes" OnBlur =" @OnLostFocus" ShrinkLabel =" @ShrinkLabel" Typo = " @Typo "
1919 ShowVisualiser =" true" DataVisualiserStyle =" min-height: 1.1876em; padding-right: 0px;" >
2020
2121 <AdornmentEnd >
You can’t perform that action at this time.
0 commit comments