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.

Disable auto-finish

See original GitHub issue

This plugin seems to automatically finish the progress after a certain amount of time, regardless of whether finish() was actually called or not. Other plugins, like angular-loading-bar are different int that respect. They start the progress and get slower the closer they get to the end. Also, they never complete if not explicitly finished. Can this be implemented in vue-progressbar as well?

Or am I overlooking something and this is already possible?

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:4
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
troxlercommented, Jan 14, 2017

For the record: I switched to https://github.com/rstacruz/nprogress which has this feature and works flawlessly in my Vue.js project.

0reactions
alexsandro-xptcommented, Jul 5, 2017

Same problem here, how to fix it to work like https://chieffancypants.github.io/angular-loading-bar/ as @troxler tell us?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How Do I Disable or Clear AutoFill/AutoComplete Information?
Click the Chrome menu icon. (Three dots at top right of screen.) · Click on Settings. · In the "Autofill" section, expand the...
Read more >
How To Turn Off Autocomplete for Input - W3Schools
Learn how to disable autocomplete of an input field. Turn Off Autocomplete. Use the autocomplete attribute to turn off autocomplete for input fields: ......
Read more >
How to Disable the Browser Autocomplete and Autofill on ...
To disable the autocomplete of text in forms, use the autocomplete attribute of <input> and <form> elements. You'll need the "off" value of...
Read more >
How to turn off form autocompletion - Web security | MDN
This article explains how a website can disable autocomplete for form fields.
Read more >
Disabling Form Autocompletion - KIRUPA
Learn how to turn our browser's default form autocompletion behavior off.
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