You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<button class="btn btn-primary loading"> does not work anymore as expected. We now should use <button class="btn btn-primary"><span class="loading loading-spinner"></button> which is fine, but not mentioned anywhere in the changelog. Also, adding the loading class to the btn seemed to disable the button before which is now missing.
We migrated to v3 and did not know about that change, so all loading buttons were broken. I just think it would be great to mention that in the changelogs so that others don't run into the same issue.
💖 Great new version btw. 💖
What browsers are you seeing the problem on?
Chrome, Firefox, Edge
The text was updated successfully, but these errors were encountered:
On which page do you see this issue?
https://daisyui.com/docs/changelog/
Describe the issue
<button class="btn btn-primary loading">
does not work anymore as expected. We now should use<button class="btn btn-primary"><span class="loading loading-spinner"></button>
which is fine, but not mentioned anywhere in the changelog. Also, adding theloading
class to the btn seemed to disable the button before which is now missing.We migrated to v3 and did not know about that change, so all loading buttons were broken. I just think it would be great to mention that in the changelogs so that others don't run into the same issue.
💖 Great new version btw. 💖
What browsers are you seeing the problem on?
Chrome, Firefox, Edge
The text was updated successfully, but these errors were encountered: