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 f69bbe1 commit 36da3d0Copy full SHA for 36da3d0
src/BootstrapBlazor.Shared/Components/Pages/GlobalOption.razor
@@ -43,7 +43,7 @@
43
44
<p class="code-label"><code>DisableAutoSubmitFormByEnter</code> 是否禁用表单内回车按键自动提交功能</p>
45
46
-<p>表单 <code>ValidateForm</code> 组件中如果有类型为 <code>submit</code> 的按钮时,按回车后将会自动触发提交表单动作,可通过设置 <code>DisableAutoSubmitFormByEnter="false"</code> 禁用此功能</p>
+<p>表单 <code>ValidateForm</code> 组件中如果有类型为 <code>submit</code> 的按钮时,按回车后将会自动触发提交表单动作,可通过设置 <code>DisableAutoSubmitFormByEnter="true"</code> 禁用此功能</p>
47
48
<p class="code-label"><code>JSModuleVersion</code> 脚本版本号全局统一配置</p>
49
0 commit comments