You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<a name="2.2.0"></a>
# [2.2.0](v2.1.0...v2.2.0) (2017-01-17)
### Bug Fixes
* **clear:** clearing wasn't working with too+ same type facets selected (#1820) ([a9a2364](a9a2364))
* **connectSearchBox:** handle `defaultRefinement` (#1829) ([7a730e2](7a730e2)), closes [#1826](#1826)
* **Instantsearch:** Update all props on InstantSearch (#1828) ([2ed9b49](2ed9b49))
* **InstantSearch:** add specific `react-instantsearch ${version}` agent (#1844) ([a1113bc](a1113bc))
* **SFFV:** correct propTypes and add missing default values (#1845) ([a4c1b31](a4c1b31))
* **test:** add missing Snippet and Highliter snapshot ([4accce5](4accce5))
* **widgets:** replace setImmediate use with Promise use when update is needed (#1811) ([17e2497](17e2497))
### Features
* **Menu, connectMenu:** add search for facet values (#1822) ([a6c513e](a6c513e))
* **snippet:** add a snippet widget to be able to highlight snippet results (#1797) ([2aecc40](2aecc40))
* **widgets:** add transformItems to be able to sort and filter (#1809) ([ba539f0](ba539f0))
Do you want to request a feature or report a bug?
Bug
Bug: What is the current behavior?
Using
<SearchBox defaultRefinement="hi" />
, the search box remains empty on page load.Bug: What is the expected behavior?
The search box should be initialized with text "hi"
What project are you opening an issue for?
react-instantsearch
What is the version you are using? Always use the latest one before opening a bug issue.
Latest
The text was updated successfully, but these errors were encountered: