File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/BootstrapBlazor/Components/Textarea Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88}
99<textarea @attributes =" AdditionalAttributes" placeholder =" @PlaceHolder" id =" @Id" class =" @ClassName" disabled =" @Disabled"
1010 @bind-value =" CurrentValueAsString" @bind-value:event =" @EventString" @onblur =" @OnBlur"
11- data-bb-shift-enter =" @_shiftEnterString " data-bb-scroll =" @AutoScrollString" @ref =" FocusElement" ></textarea >
11+ data-bb-shift-enter =" @ShiftEnterString " data-bb-scroll =" @AutoScrollString" @ref =" FocusElement" ></textarea >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public partial class Textarea
4545 /// </summary>
4646 private string ? AutoScrollString => IsAutoScroll ? "auto" : null ;
4747
48- private string ? _shiftEnterString => UseShiftEnter ? "true" : null ;
48+ private string ? ShiftEnterString => UseShiftEnter ? "true" : null ;
4949
5050 /// <summary>
5151 /// <inheritdoc/>
You can’t perform that action at this time.
0 commit comments