Skip to content

Changes when loading indicator is added to dropdown

Phil Hughes requested to merge dropdown-loading-class-add into master

What does this MR do?

The loading icon for dropdowns (ref switcher etc.) gets displayed as soon as you start typing. This changes that because there is actually a delay before the request gets sent this meant that the loading indicator was visible without anything actually loading.

Merge request reports