Skip to content
New issue

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

🐞 - Button has different styles for [attr.disabled] and tuiAppearanceState="disabled" for proprietary theme #9757

Open
1 task
nsbarsukov opened this issue Nov 14, 2024 · 0 comments

Comments

@nsbarsukov
Copy link
Member

Reproduction url

https://taiga-ui.dev/components/button/API?appearance=primary&tuiAppearanceState=disabled

Description

Public

<div tuiPlatform="ios">
  <button
    tuiButton
    appearance="primary"
    tuiAppearanceState="disabled"
  >
    Button
  </button>
</div>
<div tuiPlatform="ios">
  <button
    tuiButton
    appearance="primary"
    disabled
  >
    Button
  </button>
</div>

Both examples have the similar appearance.


Proprietary

<div tuiPlatform="ios">
  <button
    tuiButton
    appearance="primary"
    tuiAppearanceState="disabled"
  >
    Button
  </button>
</div>

but

<div tuiPlatform="ios">
  <button
    tuiButton
    appearance="primary"
    disabled
  >
    Button
  </button>
</div>

Bonus task

Taiga UI version

4.15.0

Browser Used

Chrome

OS Used

macOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant