question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Infinite loading bar under input text

See original GitHub issue

PLEASE MAKE SURE THAT:

  • you searched similar issues online (9/10 issues in this repo are solved by googling, so please…do it)
  • you provide an online demo I can see without having to replicate your environment
  • you help me by debugging your issue, and if you can’t, do go on filling out this form

I’m submitting a … (check one with “x”)

[x] bug report => search github for a similar issue or PR before submitting
[ ] support request/question

Notice: feature requests will be ignored, submit a PR if you'd like

Current behavior

In the online demo (https://angular-mfppay.stackblitz.io/), in the example titled “Tags accepting only items from an autocomplete using a remote endpoint”, when you type something and in the meanwhile there are another PENDING api call, the blue progress bar under the input text have a strange behaviour (spinning infinitly)

Expected behavior

The progress bar stop and restart after the new debouncetime

Minimal reproduction of the problem with instructions (if applicable)

look at your demo

What do you use to build your app?. Please specify the version

look at your demo

Angular version:

look at your demo

ngx-chips version:

look at your demo

Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]

Chrome 78 progressbug.zip

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:9

github_iconTop GitHub Comments

3reactions
pgarzinacommented, Feb 7, 2020

Experiencing the same issue, altho only when using the tag-input inside a bootstrap modal (ngx-bootstrap), so might be due to bootstraps css. tried @HDaghash workaround which works, but decided to just hide it with css

0reactions
rahulchandranmcommented, Aug 4, 2020

The progress bar issue resolved for me by adding below css if you don’t want to show the progress bar at all:

.progress-bar { display: none !important; }

Read more comments on GitHub >

github_iconTop Results From Across the Web

infinite loading bar (css only) - CodePen
Insecure Resource. The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https....
Read more >
How to make a progress bar that fills every time a textbox is filled
Lets say yours textbox (input type=text ?). <input type="text" class="check-fill">. You can add the jQuery keyup event on each input field, ...
Read more >
20 Amazing CSS Progress Bars [With Examples] - Alvaro Trigo
Here's a curated list with great animated CSS and HTML progress bars. Check out these re-usable examples or get inspired to create your...
Read more >
Building a loading bar component - web.dev
Improve this by assigning the aria-busy attribute to the top-most element that will change when loading is complete. Furthermore, indicate a ...
Read more >
Thinking on ways to solve a LOADING BAR - YouTube
@AdamArgyleInk shows how to style the built-in progress element and how to implement great screen reader UX, light and dark adaptive colors, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found