|
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", |
|
3204 | 3202 | "SelectsGenericDesc": "<p>Please refer to <a href=\"https://github.com/dotnetcore/BootstrapBlazor/issues/4497?wt.mc_id=DT-MVP-5004174\" target=\"_blank\">Design Ideas</a> to understand this feature. In this example, by selecting the drop-down box option, the value obtained is the <code>Foo</code> instance, and the value displayed in the text box on the right is the <code>Address</code> value of the <code>Foo</code> attribute</p><p>In this example, the <code>ValueEqualityComparer</code> and <code>CustomKeyAttribute</code> parameters are not set, and the <code>[Key]</code> tag of the <code>Id</code> attribute of <code>Foo</code> is used for equality judgment</p>", |
3205 | 3203 | "SelectsOnInputChangedCallback": "Callback method for converting input text into corresponding Value in edit mode", |
3206 | 3204 | "TextConvertToValueCallback": "Callback method when input text changes in edit mode", |
3207 | | - "SelectsIsEditable": "Whether editable" |
| 3205 | + "SelectsIsEditable": "Whether editable", |
| 3206 | + "SelectsIsVirtualize": "Wether to enable virtualize" |
3208 | 3207 | }, |
3209 | 3208 | "BootstrapBlazor.Server.Components.Samples.Sliders": { |
3210 | 3209 | "SlidersTitle": "Slider", |
|
0 commit comments