[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Multiple-choices combobox dropdown picker widgets: Prevent the list of...
"ushindi bienvenu \(@usbbush\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6a1808366b23a_381a4c44708c8@gitlab-sidekiq-low-urgency-cpu-bound-v2-858b799898-lg6jb.mail> |
ushindi bienvenu pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
0ceb4cd1 by NasserNgandu at 2026-05-28T08:59:39+00:00
[FIX] Multiple-choices combobox dropdown picker widgets: Prevent the list of items from closing after an item is selected.
---
* [FIX] Multiple-choices combobox dropdown picker widgets: Prevent the list of items from closing after an item is selected.
See merge request tikiwiki/tiki!10233
- - - - -
1 changed file:
- src/js/vue-widgets/element-plus-ui/src/components/Select/Select.vue
Changes:
=====================================
src/js/vue-widgets/element-plus-ui/src/components/Select/Select.vue
=====================================
@@ -136,7 +136,7 @@ export const DATA_TEST_ID = {
<ConfigWrapper :language="language">
<div :class="{ 'invalid': isInvalid }" :data-testid="DATA_TEST_ID.SELECT_WRAPPER" ref="wrapperRef">
<el-select v-model="modelValue" :multiple="multiple" :filterable="filterable" :allow-create="allowCreate"
- default-first-option :reserve-keyword="false" :placeholder="placeholder" :teleported="false"
+ default-first-option :reserve-keyword="false" :placeholder="placeholder" :teleported="false" :automatic-dropdown="true"
@change="handleValueChange" :multiple-limit="parseInt(max ?? 0, 10)" :clearable="clearable"
:collapse-tags="collapseTags" :max-collapse-tags="parseInt(maxCollapseTags ?? 0, 10)" :size="size"
:data-testid="DATA_TEST_ID.SELECT_ELEMENT" :remote-method="remoteMethod"
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/0ceb4cd167b85ce11a058a1caaf0e4fbf2d0ba0b
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/0ceb4cd167b85ce11a058a1caaf0e4fbf2d0ba0b
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs