Skip to content

Commit

Permalink
trigger pipeline 2
Browse files Browse the repository at this point in the history
  • Loading branch information
semmatti committed Apr 10, 2024
1 parent c6c5c75 commit f4d05c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ListSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const props = defineProps<{
options: Array<any>
/** Whether multiple options can be selected */
multiple?: boolean
/** Only applies if `multiple` prop is also passed in. Close the `ListSelect` when an option is [de]selected.*/
/** Only applies if `multiple` prop is also passed in. Close the `ListSelect` when an option is [de]selected. */
closeOnSelect?: boolean
/** Whether the component is disabled (can't be clicked, grayed out) */
disabled?: boolean
Expand Down

0 comments on commit f4d05c3

Please sign in to comment.