From d85e90c47225705ce39b8cb17d5c13e072aa4918 Mon Sep 17 00:00:00 2001 From: Peter Jaric Date: Tue, 31 Mar 2020 13:46:55 +0200 Subject: [PATCH] Add `experimentalAllowAnyInput` option to allow submission of value not in suggestions. Solves #156. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 808bc369..7346d238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Fixes - [Pull request #415: Make React bundle work server-side in a NodeJS environment](https://github.com/alphagov/accessible-autocomplete/pull/415) +- Add `experimentalAllowAnyInput` option to allow submission of value not matching anything in suggestion list. Tests missing, must be added before creating pull request. ## 2.0.2 - 2020-01-30