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
|**children**|`React.Node`|| The content of the InputGroup, normally **InputField** or **Select**. |
27
-
| dataTest |`string`|| Optional prop for testing purposes. |
28
-
| id |`string`|| Set `id` for `InputGroup`|
29
-
| error |`React.Node`|| The error to display beneath the InputGroup. [See Functional specs](#functional-specs)|
30
-
| disabled |`boolean`|| Whether to disable all nested fields. |
31
-
| flex |`string` or `Array<string>`|`"0 1 auto"`| The flex attribute(s) for children of the InputGroup. [See Functional specs](#functional-specs)|
32
-
| label |`Translation`|| The label for the InputGroup. [See Functional specs](#functional-specs)|
33
-
| onChange |`event => void \| Promise`|| Function for handling onClick event. [See Functional specs](#functional-specs)|
34
-
| onFocus |`event => void \| Promise`|| Function for handling onFocus event. [See Functional specs](#functional-specs)|
35
-
| onBlur |`event => void \| Promise`|| Function for handling onBlur event between different InputGroup children. [See Functional specs](#functional-specs)|
36
-
| onBlurGroup |`event => void \| Promise`|| Function for handling onBlur event for the whole InputGroup. [See Functional specs](#functional-specs)|
37
-
| spaceAfter |`enum`|| Additional `margin-bottom` after component. |
|**children**|`React.Node`|| The content of the InputGroup, normally **InputField** or **Select**. |
27
+
| dataTest |`string`|| Optional prop for testing purposes. |
28
+
| id |`string`|| Set `id` for `InputGroup`|
29
+
| error |`React.Node`|| The error to display beneath the InputGroup. [See Functional specs](#functional-specs)|
30
+
| disabled |`boolean`|| Whether to disable all nested fields. |
31
+
| flex |`string` or `Array<string>`|`"0 1 auto"`| The flex attribute(s) for children of the InputGroup. [See Functional specs](#functional-specs)|
32
+
| label |`Translation`|| The label for the InputGroup. [See Functional specs](#functional-specs)|
33
+
| onChange |`event => void \| Promise`|| Function for handling onClick event. [See Functional specs](#functional-specs)|
34
+
| onFocus |`event => void \| Promise`|| Function for handling onFocus event. [See Functional specs](#functional-specs)|
35
+
| onBlur |`event => void \| Promise`|| Function for handling onBlur event between different InputGroup children. [See Functional specs](#functional-specs)|
36
+
| onBlurGroup |`event => void \| Promise`|| Function for handling onBlur event for the whole InputGroup. [See Functional specs](#functional-specs)|
37
+
| spaceAfter |`enum`|| Additional `margin-bottom` after component. |
38
+
| ariaLabel |`string`|| Optional prop for `aria-label` value. |
39
+
| ariaLabelledby |`string`|| Optional prop for `aria-labelledby` value. |
0 commit comments