@@ -1456,7 +1456,7 @@ in a slight, visible lag when scrolling complex pages.",
1456
1456
* \`manual\` - You will set up \`onChange\` or \`onLoadItems\` event listeners and filter options on your side or request
1457
1457
them from server.
1458
1458
By default the component will filter the provided \`options\` based on the value of the filtering input field.
1459
- Only options that have a \`value\` or \`label \` that contains the input value as a substring
1459
+ Only options that have a \`value\`, \`label\`, \`description\` or \`labelTag \` that contains the input value as a substring
1460
1460
are displayed in the list of options.
1461
1461
1462
1462
If you set this property to \`manual\`, this default filtering mechanism is disabled and all provided \`options\` are
@@ -7669,7 +7669,7 @@ in a slight, visible lag when scrolling complex pages.",
7669
7669
* \`manual\` - You will set up \`onChange\` or \`onLoadItems\` event listeners and filter options on your side or request
7670
7670
them from server.
7671
7671
By default the component will filter the provided \`options\` based on the value of the filtering input field.
7672
- Only options that have a \`value\` or \`label \` that contains the input value as a substring
7672
+ Only options that have a \`value\`, \`label\`, \`description\` or \`labelTag \` that contains the input value as a substring
7673
7673
are displayed in the list of options.
7674
7674
7675
7675
If you set this property to \`manual\`, this default filtering mechanism is disabled and all provided \`options\` are
@@ -10037,7 +10037,7 @@ in a slight, visible lag when scrolling complex pages.",
10037
10037
* \`manual\` - You will set up \`onChange\` or \`onLoadItems\` event listeners and filter options on your side or request
10038
10038
them from server.
10039
10039
By default the component will filter the provided \`options\` based on the value of the filtering input field.
10040
- Only options that have a \`value\` or \`label \` that contains the input value as a substring
10040
+ Only options that have a \`value\`, \`label\`, \`description\` or \`labelTag \` that contains the input value as a substring
10041
10041
are displayed in the list of options.
10042
10042
10043
10043
If you set this property to \`manual\`, this default filtering mechanism is disabled and all provided \`options\` are
0 commit comments