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
The `FormControl` component will be used to deprecate the `FormGroup`, `InputField`, and `ChoiceInputField` components. It has the ability to render contextual content with your inputs: labels, validation statuses, captions. It also handles the ARIA attributes that make the form controls accessible to assistive technology.
<strong>Upgrade to the new</strong> `FormControl` component by referring to the [examples in our documentation](https://primer.style/react/FormControl).
92
+
93
+
or
94
+
95
+
<strong>Continue using the deprecated</strong> `FormGroup`, `ChoiceInputField` or `InputField` :
96
+
97
+
```js
98
+
import {FormGroup, ChoiceInputField, InputField} from'@primer/react/deprecated'// change your import statements
0 commit comments