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
We got feedback about a case of this on a service we have which uses the autocomplete. In our case it was noticed when using a 'change your answers' journey - if a user:
has previously set a value
follows a 'Change' link to go back and change their answers
removes the default value
presses 'Save and continue'
then their original answer will be saved.
I can see this potentially being confusing in this context, but I'm not sure if there's another behaviour we'd expect. The component is designed to allow a user to pick from a list of predefined values, and an empty value isn't a valid value, so I can see the logic of not allowing a user to unset it.
We are using the accessible auto complete for our application. We are using the js along with Nunjucks. The steps to reproduce the error
The text was updated successfully, but these errors were encountered: