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
In the light of the following two CSBs:
without a value
with a value
It's observed that the following code does not display which value that's selected/used:
<Field.Boolean value={true} path="/boolean3" label="Boolean buttons" variant="buttons" disabled />
Results in:
CSB with a reproduction
The text was updated successfully, but these errors were encountered:
fix(ToggleButton): add checked disabled style (#3224)
c3ea6a6
proposal to solve #3028 and #3027 Not sure if its the best way though. before: <img width="143" alt="Screenshot 2024-01-15 at 10 12 42" src="https://github.com/dnbexperience/eufemia/assets/25927156/3f08ba85-8f75-444d-bf4f-8fe8b918c9d6"> after: <img width="166" alt="Screenshot 2024-01-15 at 10 12 22" src="https://github.com/dnbexperience/eufemia/assets/25927156/48d84173-a76e-4317-9634-194d349a88ed"> --------- Co-authored-by: Tobias Høegh <[email protected]>
joakbjerk
Successfully merging a pull request may close this issue.
🐛 Bug Report
In the light of the following two CSBs:
without a value
with a value
It's observed that the following code does not display which value that's selected/used:
Results in:
To Reproduce
CSB with a reproduction
The text was updated successfully, but these errors were encountered: