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
I see that in this issue is saying that changing the id might broke some functionalities, so maybe this is an known issue that might happen after changing the id
downshift
version: current on downshift websitenode
version: current on downshift websitenpm
(oryarn
) version: current on downshift websiteWhat you did:
I want to use the
id
from the items array.To grab the
ids
I just have to add this line of code in thegetItemsProps
:id: item.id,
This works fine and the
ids
are added. The issue is that when using JAWS the items inside the Combobox are not read.Reproduction repository:
Just copied these lines of code in your example in the website and use JAWS
https://www.downshift-js.com/downshift/#usage-with-getrootprops
The text was updated successfully, but these errors were encountered: