Closed ben-ryder closed 10 months ago
I think the issues with getMenuProps
and ref
is because I conditionally render the menu, but instead I should always render to menu and then show/hide via CSS instead. This will probably help if/when adding transitions and animations in the future too so win win!
The aria controls not matching the server requires further investigation, but assuming the ids match client side it may just be ok to ignore and allow the value to be different at client hydration.
fix released in v0.17.0
Describe the bug When using the
JMultiSelect
component there are a number of errors being generated by downshift.Version and Environment What version of the package has the bug? What device/browser/application are you seeing the issue with? current
Additional context
ref
correctly. This may be required anyway for using them in form libraries likereact-hook-form
.