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.

Loading state for b-button

See original GitHub issue

Feature request: add a “loading” state (with the loading text support) to the bButton component, similar to the Bootstrap v3.3 implementation.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
tmorehousecommented, Jan 3, 2019

The latest dev branch, which is based on Bootstrap V4.2, supports two “spinners”, which can be used with buttons to show a loading state, and you can just v-if them in or out of document.

1reaction
robcresswellcommented, Mar 12, 2018

@RomeroMsk It’s probably more related to how the authors / library have changed a little over time. Personally I’m a bit more conservative; I’ve more interested in reducing maintenance and raising stability of bootstrap-vue because of the high usage, than trying to keep adding potentially useful features.

In this case specifically, there really is very little utility added since we don’t do localisation or icons, so what you’re asking for is basically already provided by the disabled prop, at least within the extent of BV.

Read more comments on GitHub >

github_iconTop Results From Across the Web

When You Need to Show a Button's Loading State
Buttons have more than an enabled and disabled state. They also have a loading state. The loading state isn't usually shown to users...
Read more >
How To Create Loading Buttons - W3Schools
How To Style Loading Buttons. Step 1) Add HTML: Add an icon library, such as Font Awesome, and append icons to HTML buttons: ......
Read more >
Loading Buttons / Pure CSS Button that Loads - loading.io
Loading Buttons is a CSS library which only provides styling for loaders between different status. To toggle loader on or off, you need...
Read more >
Angular PrimeNG Button Loading State Component
A Button component is used for carrying out some action when clicked. A loading button is used to give the user a signal...
Read more >
Loading Buttons - Examples & Tutorials. Learn how to use ...
A UI concept which merges loading indicators into the action that invoked them. Primarily intended for use with forms where it gives users...
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