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 44c635d commit 90d03bfCopy full SHA for 90d03bf
core/src/components/radio-group/radio-group.tsx
@@ -1,7 +1,7 @@
1
import type { ComponentInterface, EventEmitter } from '@stencil/core';
2
import { Build, Component, Element, Event, Host, Listen, Method, Prop, State, Watch, h } from '@stencil/core';
3
import { checkInvalidState } from '@utils/forms';
4
-import { inheritAriaAttributes, renderHiddenInput } from '@utils/helpers';
+import { renderHiddenInput } from '@utils/helpers';
5
6
import { getIonMode } from '../../global/ionic-global';
7
0 commit comments