You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, For the vaadin radio buttons, I can not figure out a way to programmatically trigger them(for testing). For the checkboxes I can just do .click(), but that is not working for radio. Any help with this.
The text was updated successfully, but these errors were encountered:
Hi, indeed click() seems to not work for <vaadin-radio-button> while it works fine with <vaadin-checkbox>. We'll fix this. Would radioButton.checked = true work for you meanwhile?
As a temporary solution this should be fine, eventually it would be very helpful for maintaining consistency and testing. Thank you for the quick response, it is greatly appreciated.
Hello, For the vaadin radio buttons, I can not figure out a way to programmatically trigger them(for testing). For the checkboxes I can just do .click(), but that is not working for radio. Any help with this.
The text was updated successfully, but these errors were encountered: