Skip to content

Commit

Permalink
add ComboBox Select morphing
Browse files Browse the repository at this point in the history
  • Loading branch information
znamenskii-ilia committed Sep 4, 2024
1 parent 18cdf8a commit 28d2ff2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const defaultsConfig = {
isVisible: true,
isInline: false,
widgetName: "ComboBox",
widgetType: "COMBOBOX",
version: 1,
responsiveBehavior: ResponsiveBehavior.Fill,
} as unknown as WidgetDefaultProps;
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const propertyPaneContentConfig = [
],
isBindProperty: false,
isTriggerProperty: false,
defaultValue: "COMBOBOX",
updateHook: (
_props: WidgetProps,
propertyName: string,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const defaultsConfig = {
isVisible: true,
isInline: false,
widgetName: "Select",
widgetType: "SELECT",
version: 1,
responsiveBehavior: ResponsiveBehavior.Fill,
} as unknown as WidgetDefaultProps;
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ export const propertyPaneContentConfig = [
],
isBindProperty: false,
isTriggerProperty: false,
defaultValue: "SELECT",
updateHook: (
_props: WidgetProps,
propertyName: string,
Expand Down

0 comments on commit 28d2ff2

Please sign in to comment.