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

radio-button: removes hidden input via css #1692

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tishoyanchev
Copy link
Contributor

@tishoyanchev tishoyanchev commented Jan 21, 2025

By creating this pull request you agree to the terms in CONTRIBUTING.md.
https://github.com/Infineon/.github/blob/master/CONTRIBUTING.md
--- DO NOT DELETE ANYTHING ABOVE THIS LINE ---

input[hidden] could be overwritten externally. This PR removes the hidden input via css with high specificity in order to prevent external css from overwriting default hidden class.

Reference: #1691

📦 Published PR as canary version: 30.9.3--canary.1692.59c40bb497f09acb42590b3e54cb7f4190ece08f.0

✨ Test out this PR locally via:

npm install @infineon/infineon-design-system-stencil@30.9.3--canary.1692.59c40bb497f09acb42590b3e54cb7f4190ece08f.0
# or 
yarn add @infineon/infineon-design-system-stencil@30.9.3--canary.1692.59c40bb497f09acb42590b3e54cb7f4190ece08f.0

@tishoyanchev tishoyanchev linked an issue Jan 21, 2025 that may be closed by this pull request
@tishoyanchev tishoyanchev self-assigned this Jan 21, 2025
@tishoyanchev tishoyanchev added the patch patch version bump label Jan 21, 2025
Copy link
Contributor

github-actions bot commented Jan 21, 2025

PR Preview Action v1.6.0

🚀 View preview at
https://Infineon.github.io/infineon-design-system-stencil/pr-preview-angular-example/pr-1692/

Built to branch gh-pages at 2025-01-21 14:24 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Copy link
Contributor

--STORYBOOK-PREVIEW--

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

Successfully merging this pull request may close these issues.

radio-button: hidden attribute is overwritten
1 participant