|
694 | 694 | "TreeViewShowSkeletonButtonText": "Asynchronous loading", |
695 | 695 | "TreeViewShowSearchTitle": "Show search", |
696 | 696 | "TreeViewShowSearchIntro": "By setting <code>ShowSearch</code> to display the search bar, and using the <code>OnSearchAsync</code> callback method to set the data source to refresh the page", |
697 | | - "TreeViewFixedSearchTitle": "Fixed search", |
698 | | - "TreeViewFixedSearchIntro": "The search bar can be fixed by setting <code>IsFixedSearch=\"true\"</code>, and the search bar height can be set by the css variable <code>--bb-tree-search-height</code>", |
699 | 697 | "TreeViewSetActiveTitle": "Set Active Node", |
700 | 698 | "TreeViewSetActiveIntro": "Set the currently active node by calling the <code>SetActiveItem</code> method", |
701 | 699 | "TreeViewSetActiveDisplayText": "Current Active Node", |
|
3164 | 3162 | "SelectsCustomTemplateTitle": "Custom option templates", |
3165 | 3163 | "SelectsCustomTemplateIntro": "By setting the <code>ItemTemplate</code> you can customize the option rendering style", |
3166 | 3164 | "SelectsShowSearchTitle": "Drop-down box with search box", |
3167 | | - "SelectsShowSearchIntro": "Controls whether the search box is displayed by setting the <code>ShowSearch</code> property, which is not displayed by default <b>false</b>. Fixed the search bar by setting <code>IsFixedSearch</code>", |
| 3165 | + "SelectsShowSearchIntro": "Controls whether the search box is displayed by setting the <code>ShowSearch</code> property, which is not displayed by default <b>false</b>", |
3168 | 3166 | "SelectsConfirmSelectTitle": "Drop-down box with confirmation", |
3169 | 3167 | "SelectsConfirmSelectIntro": "Block changes to the current value by setting the <code>OnBeforeSelectedItemChange</code> delegate.", |
3170 | 3168 | "SelectsTimeZoneTitle": "Timezone", |
|
0 commit comments