Skip to content

Commit ce4b143

Browse files
committed
doc: 增加示例说明
1 parent 4b55508 commit ce4b143

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3146,6 +3146,7 @@
31463146
"SelectsEnumDescription2": "Setting <code>PalceHolder</code> is not valid when the binding value is an enumerated type",
31473147
"SelectsEnumSelectText1": "Can be empty",
31483148
"SelectsEnumSelectText2": "Not empty",
3149+
"SelectsEnumSelectText3": "Using enum integer values ​​as Items",
31493150
"SelectsNullableTitle": "The binding can be an empty type",
31503151
"SelectsNullableIntro": "<code>an example of the Select</code> component binding <code>int?</code> type",
31513152
"SelectsNullableDescription": "When the first option is selected, the binding value <code>SelectIntItem</code> to <code>null</code>",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3146,6 +3146,7 @@
31463146
"SelectsEnumDescription2": "绑定值为枚举类型时,设置 <code>PalceHolder</code> 无效",
31473147
"SelectsEnumSelectText1": "可为空",
31483148
"SelectsEnumSelectText2": "不为空",
3149+
"SelectsEnumSelectText3": "使用枚举整形值作为集合",
31493150
"SelectsNullableTitle": "绑定可为空类型",
31503151
"SelectsNullableIntro": "<code>Select</code> 组件绑定 <code>int?</code> 类型示例",
31513152
"SelectsNullableDescription": "选中第一个选项时,绑定值 <code>SelectedIntItem</code> 为 <code>null</code>",

0 commit comments

Comments
 (0)