We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0129e commit 31604f4Copy full SHA for 31604f4
src/BootstrapBlazor/Components/Textarea/Textarea.razor.cs
@@ -3,8 +3,6 @@
3
// See the LICENSE file in the project root for more information.
4
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
5
6
-using Microsoft.AspNetCore.Components.Web;
7
-
8
namespace BootstrapBlazor.Components;
9
10
/// <summary>
@@ -36,13 +34,6 @@ public partial class Textarea
36
34
[Parameter]
37
35
public bool IsAutoScroll { get; set; }
38
39
- /// <summary>
40
- /// 获得/设置 文本框按键回调委托方法 默认为 null
41
- /// <para>返回真时阻止按键</para>
42
- /// </summary>
43
- [Parameter]
44
- public Func<KeyboardEventArgs, Task<bool>>? OnKeyDownAsync { get; set; }
45
46
47
/// 获得/设置 是否使用 Shift + Enter 代替原回车按键行为 默认为 false
48
/// </summary>
0 commit comments