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
Fix: Support type='select' for multiple select defaulting to [] (#1061)
- Previously only component='select' was checked for multiple select handling
- Now also checks type='select' to match user expectations
- Fixes react-final-form-arrays#185 where users pass type='select' multiple
- Added 3 regression tests to verify fix
- All tests pass (139/139, 99.32% coverage)
Co-authored-by: Erik Rasmussen <erik@mini.local>
0 commit comments