Skip to content

Commit

Permalink
fix: minor fixes to NeCombobox
Browse files Browse the repository at this point in the history
  • Loading branch information
andre8244 committed May 22, 2024
1 parent 06e985b commit 339a719
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NeCombobox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const props = withDefaults(defineProps<Props>(), {
multiple: false,
disabled: false,
showOptionsType: true,
optional: false,
showSelectedLabel: true,
acceptUserInput: false
})
Expand Down
File renamed without changes.

0 comments on commit 339a719

Please sign in to comment.