File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed
src/BootstrapBlazor.Server/Components/Samples Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change 412412<DemoBlock Title =" @Localizer[" SelectsVirtualizeTitle " ]"
413413 Introduction =" @Localizer[" SelectsVirtualizeIntro " ]"
414414 Name =" IsVirtualize" >
415- <section ignore >@( (MarkupString )Localizer [" SelectsVirtualizeDescription" ].Value ) </section >
416-
417- <div class =" row mb-3" >
418- <div class =" col-12 col-sm-6" >
419- <BootstrapInputGroup >
420- <BootstrapInputGroupLabel DisplayText =" ShowSearch" />
421- <Checkbox @bind-Value =" @_showSearch" />
422- </BootstrapInputGroup >
423- </div >
424- <div class =" col-12 col-sm-6" >
425- <BootstrapInputGroup >
426- <BootstrapInputGroupLabel DisplayText =" IsClearable" />
427- <Checkbox @bind-Value =" @_isClearable" />
428- </BootstrapInputGroup >
415+ <section ignore >
416+ <p >@( (MarkupString )Localizer [" SelectsVirtualizeDescription" ].Value ) </p >
417+ <div class =" row mb-3" >
418+ <div class =" col-12 col-sm-6" >
419+ <BootstrapInputGroup >
420+ <BootstrapInputGroupLabel DisplayText =" ShowSearch" />
421+ <Checkbox @bind-Value =" @_showSearch" />
422+ </BootstrapInputGroup >
423+ </div >
424+ <div class =" col-12 col-sm-6" >
425+ <BootstrapInputGroup >
426+ <BootstrapInputGroupLabel DisplayText =" IsClearable" />
427+ <Checkbox @bind-Value =" @_isClearable" />
428+ </BootstrapInputGroup >
429+ </div >
429430 </div >
430- </div >
431+ </section >
431432
432433 <p class =" code-label" >1. 使用 OnQueryAsync 作为数据源</p >
433434 <div class =" row mb-3" >
You can’t perform that action at this time.
0 commit comments