Autocomplete forms fields when multiple do not fit their parent container causing ovelapping elements

Created on 11 March 2019, over 5 years ago
Updated 28 January 2023, almost 2 years ago

Hello,

Autocomplete forms fields when multiple do not fit their parent container causing ovelapping elements.
A simple css line fix the issue in /stable/css/system/components/autocomplete-loading.module.css on line 8 by adding width: 100%.

.js input.form-autocomplete {
background-image: url(../../../images/core/throbber-inactive.png);
background-position: 100% center; /* LTR */
background-repeat: no-repeat;
width: 100%;
}

Thanks !

🐛 Bug report
Status

Closed: cannot reproduce

Version

10.1

Component

Stable theme

Created by

🇫🇷France Clauce

Live updates comments and jobs are added and updated live.
  • Needs screenshots

    The change alters the user interface, so before and after screenshots should be added to document the UI change. Make sure to capture the relevant region only. Use a tool such as Aviary on Windows or Skitch on Mac OS X.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇳🇿New Zealand quietone

    We can't make progress on this without screenshots or steps to reproduce. That information has not been supplied in the last 3 years and there have been no further reports of the problem. Therefore, I am closing a cannot reproduce.

    Thanks.

Production build 0.71.5 2024