[PR #2701] [MERGED] Fix input width in MultiSelect UI components #3774

Closed
opened 2026-04-25 00:17:01 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/2701
Author: @mikiher
Created: 3/3/2024
Status: Merged
Merged: 3/5/2024
Merged by: @advplyr

Base: masterHead: keyboard-navigation


📝 Commits (1)

  • 5005aab Fix input width in MultiSelect components

📊 Changes

2 files changed (+2 additions, -20 deletions)

View changed files

📝 client/components/ui/MultiSelect.vue (+1 -10)
📝 client/components/ui/MultiSelectQueryInput.vue (+1 -10)

📄 Description

Fixes #2700 (see details in the bug).

Note that setInputWidth was removed, and with it the call to this.RecalcMenuPos().
I'm not sure why this call is required. If it is, let me know and I'll try to re-incorporate it where it makes sense.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/2701 **Author:** [@mikiher](https://github.com/mikiher) **Created:** 3/3/2024 **Status:** ✅ Merged **Merged:** 3/5/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `keyboard-navigation` --- ### 📝 Commits (1) - [`5005aab`](https://github.com/advplyr/audiobookshelf/commit/5005aabe5ec36b5d2123aff16c08bee3699c5593) Fix input width in MultiSelect components ### 📊 Changes **2 files changed** (+2 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `client/components/ui/MultiSelect.vue` (+1 -10) 📝 `client/components/ui/MultiSelectQueryInput.vue` (+1 -10) </details> ### 📄 Description Fixes #2700 (see details in the bug). Note that setInputWidth was removed, and with it the call to this.RecalcMenuPos(). I'm not sure why this call is required. If it is, let me know and I'll try to re-incorporate it where it makes sense. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:17:01 +02:00
adam closed this issue 2026-04-25 00:17:01 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3774