File tree Expand file tree Collapse file tree
src/BootstrapBlazor/Components/Filters Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <div class =" bb-multi-filter-list" >
2020 <div class =" bb-multi-filter-header" >
2121 <Checkbox Value =" GetAllState()" ShowAfterLabel =" true" ShowLabel =" false" SkipValidate =" true"
22- DisplayText =" @SelectAllText" OnStateChanged =" @OnStateChanged" State =" _selectAllState" />
22+ DisplayText =" @SelectAllText" OnStateChanged =" @OnStateChanged" State =" _selectAllState" />
2323 </div >
2424 <div class =" bb-multi-filter-body scroll" >
2525 @foreach ( var item in GetItems ())
2626 {
2727 <div class =" bb-multi-filter-body-item" >
2828 <Checkbox @bind-Value =" @item.Active" ShowAfterLabel =" true"
29- ShowLabel =" false" SkipValidate =" true" DisplayText =" @item.Text" />
29+ ShowLabel =" false" SkipValidate =" true" DisplayText =" @item.Text" />
3030 </div >
3131 }
3232 </div >
You can’t perform that action at this time.
0 commit comments