You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"SelectsCustomTemplateIntro": "By setting the <code>ItemTemplate</code> you can customize the option rendering style",
3213
3213
"SelectsShowSearchTitle": "Drop-down box with search box",
3214
-
"SelectsShowSearchIntro": "Controls whether the search box is displayed by setting the <code>ShowSearch</code> property, which is not displayed by default <b>false</b>",
3214
+
"SelectsShowSearchIntro": "Controls whether the search box is displayed by setting the <code>ShowSearch</code> property, which is not displayed by default <b>false</b>. You can set the <code>IsAutoClearSearchTextWhenCollapsed</code> parameter to control whether the text in the search box is automatically cleared after the drop-down box is collapsed. The default value is <b>false</b>.",
3215
3215
"SelectsConfirmSelectTitle": "Drop-down box with confirmation",
3216
3216
"SelectsConfirmSelectIntro": "Block changes to the current value by setting the <code>OnBeforeSelectedItemChange</code> delegate.",
3217
3217
"SelectsTimeZoneTitle": "Timezone",
@@ -3221,6 +3221,7 @@
3221
3221
"SwalFooter": "Click Confirm to change the option value and select Cancel to leave the value unchanged",
3222
3222
"SelectsShowLabel": "Whether to display the front label",
3223
3223
"SelectsShowSearch": "Whether to display the search box",
3224
+
"SelectsIsAutoClearSearchTextWhenCollapsed": "Whether to automatically clear the search bar when the drop-down box is collapsed",
3224
3225
"SelectsDisplayText": "The front label displays text",
0 commit comments