diff --git a/src/BootstrapBlazor.Server/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json
index 809cfdf7f3d..97d5e6bcc05 100644
--- a/src/BootstrapBlazor.Server/Locales/en-US.json
+++ b/src/BootstrapBlazor.Server/Locales/en-US.json
@@ -2121,7 +2121,7 @@
"OnSelectedItemChangedTitle": "OnSelectedItemChanged",
"OnSelectedItemChangedIntro": "Click the dropdown item or Enter trigger the callback",
"OnValueChanged": "Callback for the Value changed",
- "NormalDescription": "In this example, type 123 strings to display the viewing effect, automatically give the component initialization to the auto-prompt dataset, and the dataset does not change",
+ "NormalDescription": "In this example, type 123 strings to display the viewing effect, automatically give the component initialization to the auto-prompt dataset, and the dataset does not change. Enable the clear button by setting IsClearable",
"LikeMatchDescription": "In this example, type the abc string to display the viewing effect and select all matches in the collection that contain abc and have the same case",
"NoDataTipDescription": "In this example, type 567 strings because the autocomplete information center does not display custom prompt information - the data you want is not found",
"NoDataTip": "There is nothing",
diff --git a/src/BootstrapBlazor.Server/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json
index c65d2c414ea..70797ba585d 100644
--- a/src/BootstrapBlazor.Server/Locales/zh-CN.json
+++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json
@@ -2121,7 +2121,7 @@
"OnSelectedItemChangedTitle": "下拉菜单选选中回调",
"OnSelectedItemChangedIntro": "点击下拉菜单或者 Enter 回车时触发此回调方法",
"OnValueChanged": "Value 改变时回调方法",
- "NormalDescription": "本例中请键入 123 字符串显示查看效果,自动完成组件初始化时给了自动提示数据集并且数据集无变化",
+ "NormalDescription": "本例中请键入 123 字符串显示查看效果,自动完成组件初始化时给了自动提示数据集并且数据集无变化,通过设置 IsClearable 开启清空小按钮",
"LikeMatchDescription": "本例中请键入 123 字符串显示查看效果,自动完成组件初始化时给了自动提示数据集并且数据集无变化",
"NoDataTipDescription": "本例中请键入 567 字符串由于自动完成信息中心无数据显示自定义提示信息 - 没有找到你想要的数据",
"NoDataTip": "没有找到你想要的数据",
diff --git a/src/BootstrapBlazor/Components/AutoComplete/AutoComplete.razor b/src/BootstrapBlazor/Components/AutoComplete/AutoComplete.razor
index b0c50b3674f..af0673f6455 100644
--- a/src/BootstrapBlazor/Components/AutoComplete/AutoComplete.razor
+++ b/src/BootstrapBlazor/Components/AutoComplete/AutoComplete.razor
@@ -5,7 +5,7 @@
{
}
-