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

Fixed autocomplete infinite rerender problem when loading is instantaneous #97

Closed st-angelo closed 4 months ago

st-angelo commented 11 months ago

Fixed autocomplete infinite rerender problem when loading is instantaneous, by ignoring data loading when the value is reset (aka not changed or cleared) (unless by user input)