This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Description
Issue Guidelines
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
You may find an answer in already closed issues:
https://github.com/anitrend/material-multi-search/issues?q=is%3Aissue+is%3Aclosed
Feature Information
Current the library will clear all search items when the device configuration is changed. It would be handy to have some sort of saved instance state when this happens so that the library retains state in such cases.
Solution Information
We could use override onSaveInstanceState and onRestoreInstanceState in our MutliSearch class, in addition to this we might need to introduce a data class to hold information about search terms and last selected index (this would be what we will put in bundles) which we would use to restore state from