show shorter placeholder for filter feed when not focused
This commit is contained in:
parent
da98080859
commit
15d3774665
3 changed files with 15 additions and 3 deletions
|
@ -263,7 +263,8 @@ const LeftPanel = createReactClass({
|
|||
|
||||
const searchBox = (<SearchBox
|
||||
enableRoomSearchFocus={true}
|
||||
placeholder={ _t('Filter room names') }
|
||||
blurredPlaceholder={ _t('Filter') }
|
||||
placeholder={ _t('Filter rooms…') }
|
||||
onSearch={ this.onSearch }
|
||||
onCleared={ this.onSearchCleared }
|
||||
onFocus={this._onSearchFocus}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue