diff --git a/components/ListSelect.vue b/components/ListSelect.vue index 824b724c..954a7917 100644 --- a/components/ListSelect.vue +++ b/components/ListSelect.vue @@ -93,7 +93,7 @@ const props = defineProps<{ options: Array /** 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