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
Copy file name to clipboardExpand all lines: src/components/autosuggest/_macro-options.md
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,5 @@
14
14
| typeMore | string | true | message to encourage the user to enter more characters to get suggestions |
15
15
| resultsTitle | string | true | Title of results to be displayed on screen at the top of the results |
16
16
| resultsTitleId | string | true | ID for the results title. The ID is used in the results `aria-labelledby` to provide context for the results |
17
-
| mutuallyExclusive |`MutuallyExclusive`[_(ref)_](/components/mutually-exclusive)| false | Configuration object if this is a mutually exclusive input |
18
-
| label |`Label`[_(ref)_](/components/label)| false | Settings for the input label. `for` will automatically be set to match the input id |
19
-
| classes | string | false | Classes to add to the input. |
20
-
| legend | string | Only if mutuallyExclusive is set | Text content for the legend |
21
-
| legendClasses | string | false | Classes for the legend |
22
-
| error |`Error`[_(ref)_](/components/error)| false | Configuration for validation errors |
23
-
| name | string | false | The name of the input |
24
-
| value | string | number | false | The value to set the input to |
25
-
| attributes | object | false | HTML attributes (for example, data attributes) to add to the input |
26
-
| autocomplete | string | true | Autocomplete attribute used to override the browsers native autocomplete |
27
-
| accessiblePlaceholder | boolean | false | Will add the provided label as an accessible placeholder |
17
+
| input |`Input`[_(ref)_](/components/input)| true | Configuration object for the input |
28
18
| language | string | false | The ISO 639-1 Code will override the default language in page. Please note that only 'en', 'cy' and 'ni' is currently supported |
0 commit comments