Accordion breaks input components inside #342
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Hello, I have RadioButtons inside an Accordion and when I select one of the radio buttons the v-model variable changes to the correct value, but the UI is not correct. It do not show the selected button as selected until the next one is selected. And when I click on the other one the button I selected before will change to selected as follows.
In this one I selected stat now and Urgent before. But it's showing Urgent as selected. The v-model is updated correctly. If I take the RadioButtons out of the Accordion everything works fine. I am using primevue version 1.3.2 and vue 2.6.11. I have also used bootstrap in this project. Thanks
The text was updated successfully, but these errors were encountered: