Skip to content

Commit 36da3d0

Browse files
committed
doc: 更新 DisableAutoSubmitFormByEnter 参数说明
1 parent f69bbe1 commit 36da3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Shared/Components/Pages/GlobalOption.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<p class="code-label"><code>DisableAutoSubmitFormByEnter</code> 是否禁用表单内回车按键自动提交功能</p>
4545

46-
<p>表单 <code>ValidateForm</code> 组件中如果有类型为 <code>submit</code> 的按钮时,按回车后将会自动触发提交表单动作,可通过设置 <code>DisableAutoSubmitFormByEnter="false"</code> 禁用此功能</p>
46+
<p>表单 <code>ValidateForm</code> 组件中如果有类型为 <code>submit</code> 的按钮时,按回车后将会自动触发提交表单动作,可通过设置 <code>DisableAutoSubmitFormByEnter="true"</code> 禁用此功能</p>
4747

4848
<p class="code-label"><code>JSModuleVersion</code> 脚本版本号全局统一配置</p>
4949

0 commit comments

Comments
 (0)