spectrum-web-components
spectrum-web-components copied to clipboard
[Bug]: Button pending not work at latest version! Please check.
Code of conduct
- [X] I agree to follow this project's code of conduct.
Impacted component(s)
Button
Expected behavior
Not show pending indicator
Actual behavior
Button pending not work at latest version! Please check.
Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
No response
Sample code that illustrates the problem
No response
Logs taken while reproducing problem
No response
This seems to work fine here: https://opensource.adobe.com/spectrum-web-components/components/button/#pending We won’t be able to investigate this any further without a reproduction.
Please test with a.html with content below
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no" />
<script src="https://jspm.dev/@spectrum-web-components/bundle/elements.js" type="module"></script>
</head>
<body>
<sp-theme theme="spectrum" color="light" scale="medium">
<sp-button pending>Hello</sp-button>
</sp-theme>
</body>
</html>
Can you make a reproduction in webcomponents.dev, please? @vinhpt2