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: props change has no effect on the internal state #1646

Open
hamza-ia opened this issue Dec 12, 2024 · 1 comment
Open

Radio Button: props change has no effect on the internal state #1646

hamza-ia opened this issue Dec 12, 2024 · 1 comment
Labels
bug Something isn't working request User request

Comments

@hamza-ia
Copy link

hamza-ia commented Dec 12, 2024

Detailed description of how to reproduce the problem

Issue description: when the checked props gets changes it does account these changes in the internal state of the component.

I suspect that @watch decorator is missing from the component because of this issue is happening.

Upload a screenshot

N/ A

Describe the development framework

Mac OS Sequoia 15.1.1
Nodejs : v22.11.0
NPM: 10.9.0
@infineon/infineon-design-system-vue: ^29.2.0

Expected behavior

Radio Button get checked Or unchecked on props changes.

Additional information

No response

@hamza-ia hamza-ia added bug Something isn't working request User request labels Dec 12, 2024
@hamza-ia hamza-ia changed the title Request to fix radio-button component Radio Button: props change has no effect on the internal state Dec 12, 2024
@tishoyanchev
Copy link
Contributor

Hi @hamza-ia
Could you please be more specific regarding the problem you are facing?
The internalChecked State is used to internally set the value of the radio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working request User request
Projects
None yet
Development

No branches or pull requests

2 participants