We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beeq/react
1.7.0
when use the loading attribute with bq-button a title primary button loader appear
we want the title primary button loader do not appear, so please change title with alt at https://github.com/Endava/BEEQ/blob/main/packages/beeq/src/components/button/bq-button.tsx#L265
<BqButton loading={isLoading} ..
No response
The text was updated successfully, but these errors were encountered:
title
alt
endv-bogdanb
Successfully merging a pull request may close this issue.
BEEQ package
beeq/react
BEEQ version
1.7.0
Current Behavior
when use the loading attribute with bq-button a title primary button loader appear
Expected Behavior
we want the title primary button loader do not appear, so please change title with alt at https://github.com/Endava/BEEQ/blob/main/packages/beeq/src/components/button/bq-button.tsx#L265
Steps to Reproduce
<BqButton loading={isLoading} ..
Code Reproduction URL
No response
Your Environment
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: