Mike Iden
Mike Iden
**Expected behavior** Focus is not lost when the contents of a button are updated **Actual behavior** Focus is lost and sent to the document body **Steps to reproduce the issue**...
**This change:** (check at least one) - [ ] Adds a new feature - [X] Fixes a bug - [ ] Improves maintainability - [ ] Improves documentation - [...
**Expected behavior** When `on-background` attribute is applied to the button, the color scheme of the button is properly reflected **Actual behavior** `on-background` attribute is removed from the DOM, likely by...
**The problem** A few weeks ago we were looking to have a change with the tabs component available for us to use in our project but the ability to use...
**Expected behavior** Hot reloading of storybook works with a single command **Actual behavior** We need to run two commands to get hot reloading to work **Steps to reproduce the issue**...
**Expected behavior** `animate` is understood to be a function for the spinner and tests pass locally. Alternatively we have setup our application to avoid alerting on this type error altogether....
**This change:** (check at least one) - [ ] Adds a new feature - [X] Fixes a bug - [ ] Improves maintainability - [ ] Improves documentation - [...
**What is the use case for the component you're requesting?** Create an indeterminate progress bar that shows we are processing the operation in the background without giving the user an...
**The problem** We are considering putting loading spinners on secondary buttons as an indication that the user action from the click is happening for certain workflows. We have a small...
**Describe the bug** Reactivity with GQL queries in remote apps is lost when using ModuleFederation across remote apps that have different versions of Vue and are sharing dependencies. **To Reproduce**...