osstotalsoft / rocket-ui-ts

A collection of reusable and composable React components written in TypeScript built on top of Material UI Core V5
MIT License
19 stars 4 forks source link

Can't search Autocomplete when isMultiSelection and simpleValue are enabled #112

Closed st-angelo closed 4 months ago

st-angelo commented 5 months ago

Latest version

Current behavior

When isMultiSelection and simpleValue are enabled, the search value is instantly reset to null every time the user types. Values can still be selected via dropdown, but they can't be searched.

Expected behavior

Values can be properly searched when isMultiSelect and simpleValue are enabled