Skip to content

Commit

Permalink
Refactor Autosuggest component test file to new format (#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-onyenaucheya-ons authored Nov 25, 2024
1 parent 5dd5702 commit 52ebc37
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 185 deletions.
2 changes: 1 addition & 1 deletion src/components/autosuggest/_macro-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
| input | `Input` [_(ref)_](/components/input) | true | Configuration object for the input |
| 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 |
| resultsThreshold | float | false | Option to adjust the search threshold and fuzziness. Accepts a range from 0 to 1, where 0 provides the closest match and 1 allows for more distant matches. Defaults to 0.2. |
| id | string | false | The `id` of the input |
| id | string | true | The `id` of the input |
Loading

0 comments on commit 52ebc37

Please sign in to comment.