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 ea1302c commit 3e77c2fCopy full SHA for 3e77c2f
src/BootstrapBlazor/Components/Typed/TypedOptions.cs
@@ -27,7 +27,7 @@ public record TypedOptions
27
public int? TypeSpeed { get; set; }
28
29
/// <summary>
30
- /// 获得/设置 打字速度 默认 null 未设置 单位毫秒
+ /// 获得/设置 退格速度 默认 null 未设置 单位毫秒
31
/// </summary>
32
[JsonPropertyName("backSpeed")]
33
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
@@ -41,7 +41,7 @@ public record TypedOptions
41
public bool? SmartBackspace { get; set; }
42
43
44
- /// 获得/设置 shuffle shuffle the strings default false
+ /// 获得/设置 shuffle the strings default false
45
46
[JsonPropertyName("shuffle")]
47
0 commit comments