File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
src/BootstrapBlazor/Components/Filters Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 77 <div class =" @FilterRowClassString" >
88 <MultiSelect class =" is-filter" Items =" @Items" @bind-Value =" _value1" OnValueChanged =" _ => OnFilterAsync()"
99 ShowLabel =" false" SkipValidate =" true" IsPopover =" true" ></MultiSelect >
10- <FilterButton Items =" Items" @bind-Value =" _action1" OnSelectedItemChanged =" _ => OnFilterAsync()" OnClearFilter =" OnClearFilter" ></FilterButton >
1110 </div >
1211}
1312else
Original file line number Diff line number Diff line change @@ -25,14 +25,6 @@ public async Task IsHeaderRow_Ok()
2525 var filter = cut . Instance ;
2626 var conditions = filter . FilterAction . GetFilterConditions ( ) ;
2727 Assert . Single ( conditions . Filters ) ;
28-
29- // trigger onclear
30- var clear = cut . Find ( ".btn-ban" ) ;
31- await cut . InvokeAsync ( ( ) => clear . Click ( ) ) ;
32-
33- // check filter
34- conditions = filter . FilterAction . GetFilterConditions ( ) ;
35- Assert . Empty ( conditions . Filters ) ;
3628 }
3729 [ Fact ]
3830 public async Task OnFilterAsync_Ok ( )
You can’t perform that action at this time.
0 commit comments