Skip to content

Commit dc95acb

Browse files
committed
doc: 增加 AutoClose 说明文档
1 parent 7a74ea9 commit dc95acb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor.Server/Locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3987,7 +3987,7 @@
39873987
"NormalTitle": "Basic skills",
39883988
"NormalIntro": "Take 'day' as the basic unit, select a period of time",
39893989
"BindValueTitle": "Data two-way binding",
3990-
"BindValueIntro": "Click the confirm button, the time selection box value is the same as the text box value",
3990+
"BindValueIntro": "Click the confirm button, the time selection box value is the same as the text box value. Enable auto-close by setting <code>AutoClose=\"true\"</code>. Directly display the selected value by setting <code>ShowSelectedValue=\"true\"</code>",
39913991
"MaxMinValueTitle": "Max and Min",
39923992
"MaxMinValueIntro": "set time range",
39933993
"DisabledTitle": "Disabled",

src/BootstrapBlazor.Server/Locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3987,7 +3987,7 @@
39873987
"NormalTitle": "基本功能",
39883988
"NormalIntro": "以「日」为基本单位,选择一段时间",
39893989
"BindValueTitle": "数据双向绑定",
3990-
"BindValueIntro": "点击确认按钮时间选择框值与文本框值一致",
3990+
"BindValueIntro": "点击确认按钮时间选择框值与文本框值一致,通过设置 <code>AutoClose=\"true\"</code> 实现自动关闭功能,通过设置 <code>ShowSelectedValue=\"true\"</code> 直接显示选中值",
39913991
"MaxMinValueTitle": "最大值和最小值",
39923992
"MaxMinValueIntro": "设置时间的取值范围",
39933993
"DisabledTitle": "禁用",

0 commit comments

Comments
 (0)