Skip to content

Commit

Permalink
fix: keywords search in comboBox (#255)
Browse files Browse the repository at this point in the history
* keywords search

Signed-off-by: Max You <[email protected]>

* keywords search

Signed-off-by: Max You <[email protected]>

---------

Signed-off-by: Max You <[email protected]>
  • Loading branch information
jz5426 authored Jul 21, 2023
1 parent b85ddfb commit b219fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/src/fragment-components/a-combobox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export const componentInfo: ComponentInfo = {
component: AComboBox,
settingsUI: AComboBoxSettingsUI,
codeUI: AComboBoxCodeUI,
keywords: ['ComboBox', 'filterable', 'multiselect'],
keywords: ['combobox', 'filterable', 'multiselect'],
name: 'ComboBox',
defaultComponentObj: {
type: 'combobox',
Expand Down

0 comments on commit b219fef

Please sign in to comment.