File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/BootstrapBlazor.Server/Components/Samples Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 <div class =" col-12 col-sm-6" >
1111 <BootstrapInputGroup >
1212 <BootstrapInputGroupLabel DisplayText =" IsWrapItem" ></BootstrapInputGroupLabel >
13- <Switch @bind-Value =" _isWrapItem" ></Switch >
13+ <Switch @bind-Value =" @ _isWrapItem" ></Switch >
1414 </BootstrapInputGroup >
1515 </div >
1616 <div class =" col-12 col-sm-6" >
1717 <BootstrapInputGroup >
1818 <BootstrapInputGroupLabel DisplayText =" IsWrapItemText" ></BootstrapInputGroupLabel >
19- <Switch @bind-Value =" _isWrapItemText" ></Switch >
19+ <Switch @bind-Value =" @ _isWrapItemText" ></Switch >
2020 </BootstrapInputGroup >
2121 </div >
2222 <div class =" col-12 col-sm-6" >
2727 </div >
2828 </section >
2929 <Transfer TValue =" string" Items =" @Items"
30- IsWrapItem =" _isWrapItem" IsWrapItemText =" _isWrapItemText" ItemWidth =" @_itemWidth"
30+ IsWrapItem =" @ _isWrapItem" IsWrapItemText =" @ _isWrapItemText" ItemWidth =" @_itemWidth"
3131 OnSelectedItemsChanged =" @OnSelectedItemsChanged" />
3232 <ConsoleLogger @ref =" Logger" />
3333</DemoBlock >
You can’t perform that action at this time.
0 commit comments