Icon autocomplete: ajax progress

Created on 19 December 2024, about 1 month ago

Problem/Motivation

Hi,

In [BS3 port] Autocomplete Postponed , when a form element has ajax, the throbber is displayed with an icon in an input group.

For the icon autocomplete element it is not present because in https://git.drupalcode.org/project/ui_icons/-/blob/1.0.x/src/Element/Ico... there is:

// Autocomplete is already doing the ajax progress.
      'progress' => [
        'type' => 'none',
      ],

Which explicitly tells to not have a progress indicator.

Is there a way to remove that to have default behavior applied? Or is it strictly needed?

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Feature request
Status

Active

Version

1.0

Component

User interface

Created by

🇫🇷France Grimreaper France 🇫🇷

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024