Closed christopherreay closed 2 years ago
The code is localFiltering || ...
localFiltering || ...
whereas the documentation in readme.md has localFiltering="false"
localFiltering="false"
it should be <AutoComplete localFiltering={false} />
<AutoComplete localFiltering={false} />
tyty for useful component
Corrected.
The code is
localFiltering || ...
whereas the documentation in readme.md has
localFiltering="false"
it should be
<AutoComplete localFiltering={false} />
tyty for useful component