Skip to content

Commit

Permalink
single-select style update
Browse files Browse the repository at this point in the history
  • Loading branch information
verena-ifx authored and verena-ifx committed Jul 31, 2023
1 parent add1bbf commit 421cf28
Show file tree
Hide file tree
Showing 6 changed files with 639 additions and 542 deletions.
2 changes: 2 additions & 0 deletions packages/components-vue/lib/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ export const IfxChoices = /*@__PURE__*/ defineContainer<JSX.IfxChoices, JSX.IfxC
'callbackOnInit',
'callbackOnCreateTemplates',
'valueComparer',
'error',
'errorMessage',
'ifxChange'
],
'value', 'change');
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"build:storybook": "npm run build:stencil && storybook build",
"build:stencil": "stencil build --docs",
"dev:storybook": "storybook dev -p 6262",
"dev:stencil": "stencil build --watch",
"index": "stencil build --serve --watch --dev",
"dev:stencil": "stencil build --serve --watch",
"index": "stencil build --watch --dev",
"dev": "run-p dev:stencil dev:storybook"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 421cf28

Please sign in to comment.