File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/BootstrapBlazor.Server/Components/Samples Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 227227 Name =" OnInput" >
228228 <div class =" row g-3" >
229229 <div class =" col-12 col-sm-6" >
230- <BootstrapInput Value =" Model.Name" Clearable =" true" ShowLabel =" true" DisplayText =" Clearable" />
230+ <BootstrapInput Value =" Model.Name" IsClearable =" true" ShowLabel =" true" DisplayText =" Clearable" />
231231 </div >
232232 </div >
233233 <div class =" row form-inline g-3 mt-0" >
234234 <div class =" col-12 col-sm-6" >
235- <BootstrapInput Value =" Model.Name" Clearable =" true" ShowLabel =" true" DisplayText =" Clearable" />
235+ <BootstrapInput Value =" Model.Name" IsClearable =" true" ShowLabel =" true" DisplayText =" Clearable" />
236236 </div >
237237 </div >
238238 <div class =" row g-3 mt-0" >
239239 <div class =" col-12 col-sm-6" >
240240 <BootstrapInputGroup >
241241 <BootstrapInputGroupLabel ShowRequiredMark DisplayText =" Clearable" ></BootstrapInputGroupLabel >
242- <BootstrapInput Value =" @Model.Name" Clearable =" true" />
242+ <BootstrapInput Value =" @Model.Name" IsClearable =" true" />
243243 </BootstrapInputGroup >
244244 </div >
245245 <div class =" col-12 col-sm-6" >
246246 <BootstrapInputGroup >
247- <BootstrapInput Value =" @Model.Name" Clearable =" true" />
247+ <BootstrapInput Value =" @Model.Name" IsClearable =" true" />
248248 <BootstrapInputGroupLabel ShowRequiredMark DisplayText =" Clearable" ></BootstrapInputGroupLabel >
249249 </BootstrapInputGroup >
250250 </div >
You can’t perform that action at this time.
0 commit comments