Skip to content

Commit cb10db6

Browse files
committed
fix(angular): add missing props
1 parent a53ee64 commit cb10db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/standalone/src/directives/radio-group.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { defineCustomElement } from '@ionic/core/components/ion-radio-group.js';
1616

1717
import { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';
1818

19-
const RADIO_GROUP_INPUTS = ['allowEmptySelection', 'compareWith', 'name', 'value'];
19+
const RADIO_GROUP_INPUTS = ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value'];
2020

2121
/**
2222
* Pulling the provider into an object and using PURE works

0 commit comments

Comments
 (0)