-
- Downloads
Fix undesired resets of content search query
Previously, this would happen anytime the input was blurred (fixed by setting the `freeSolo` prop) and for some reason after a re-render, triggered by the `useAutocomplete` hook in MUI (fixed by ignoring updates with an empty value and a 'reset' reason).
Please register or sign in to comment