Skip to content

Commit

Permalink
Add notice about supported Preact versions in README
Browse files Browse the repository at this point in the history
Closes #667
  • Loading branch information
romaricpascal committed Mar 5, 2024
1 parent 2360f46 commit a4bb102
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -111,6 +111,14 @@ preact.render(

[Try out the Preact example!](https://alphagov.github.io/accessible-autocomplete/examples/preact/)

#### Preact versions

Preact v8.5.3 has been tested to work with the Accessible Autocomplete - although make sure to check out [documented issues](https://github.com/alphagov/accessible-autocomplete/issues).

Preact 10.19.6 has been incompletely tested with the Accessible Autocomplete. No issues were found in Chrome and Firefox, but our automated tests for picking an option using the keyboard failed in Internet Explorer 11 (an issue we could not replicate when testing manually, though).

We recommend you carry out thorough testing if you wish to use this or later versions of Preact.

### Using with React

If you already use React in your application, you can import a bundle that will use that:
Expand Down

0 comments on commit a4bb102

Please sign in to comment.