We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f723894 commit f17f517Copy full SHA for f17f517
ionic/components/radio/radio-button.ts
@@ -36,6 +36,7 @@ import {RadioGroup} from './radio-group';
36
'<div class="radio-inner"></div>' +
37
'</div>' +
38
'<button role="radio" ' +
39
+ 'type="button" ' +
40
'[id]="id" ' +
41
'[attr.aria-checked]="_checked" ' +
42
'[attr.aria-labelledby]="_labelId" ' +
ionic/components/toggle/toggle.ts
@@ -57,6 +57,7 @@ const TOGGLE_VALUE_ACCESSOR = new Provider(
57
'<div class="toggle-inner"></div>' +
58
59
'<button role="checkbox" ' +
60
61
62
63
0 commit comments