<AutoSuggest> does not work within react-final-form
Description
As discussed in a Slack thread, I am unable to get the <AutoSuggest> component to work correctly within a react-final-form.
It correctly pops up the list of options, but does not filter it; and clicking on one does not fill in the field with the value. Using <AutoSuggest> directly (not within a react-final-form <Field>) does work.
As per discussion in Slack, and I think this might have been fixed accidentally by changes to underlying libraries. When I return from my vacation, I will upgrade everthing involved in ui-ldp and see if that corroborates this notion.
Charlotte Whitt August 11, 2024 at 7:00 PM
Thank you so much - You are the best.
John Coburn August 9, 2024 at 2:41 PM
Yes, this is likely a quick fix. Will add it and take a look.
Charlotte Whitt August 9, 2024 at 7:50 AM
Hi and - do you have a sense on, when you think this work can be addressed. I should be a quick fix, or am I being all wrong here?
Mike Taylor August 8, 2024 at 5:11 PM
Is there a way for me to bump the scheduling of this? It’s causing new problems over in .
As discussed in a Slack thread, I am unable to get the
<AutoSuggest>
component to work correctly within a react-final-form.It correctly pops up the list of options, but does not filter it; and clicking on one does not fill in the field with the value. Using
<AutoSuggest>
directly (not within a react-final-form<Field>
) does work.To reproduce, make a form component as follows: