Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'next' into feature/color-input
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu authored Sep 29, 2020
2 parents 1ef1639 + dd831ca commit c2f431a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/typescript/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import App from './App.vue';
import './styles/main.scss';

import { createDynamicForms } from '../../src';

// import { createDynamicForms } from '../../dist/as-dynamic-forms.esm';

const VueDynamicForms = createDynamicForms({
Expand Down
1 change: 1 addition & 0 deletions src/components/checkbox-input/CheckboxInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default defineComponent({
disabled: props?.control?.disabled,
class: ['checkbox-control'],
value: props?.control?.value,
checked: props?.control?.value,
onFocus,
onBlur,
onChange: onCheck,
Expand Down

0 comments on commit c2f431a

Please sign in to comment.