1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-16 03:06:27 +00:00

add placeholder to show 'filter tags/folders...'

This commit is contained in:
amedora
2019-05-21 09:26:59 +09:00
parent a7f802db7c
commit 7529feb4a5

View File

@@ -493,6 +493,7 @@ class SideNav extends React.Component {
type='text'
onChange={this.handleSearchInputChange}
value={searchText}
placeholder={i18n.__('Filter tags/folders...')}
/>
<img styleName='search-clear' src='../resources/icon/icon-x.svg' onClick={this.handleSearchInputClear} />
{isFolded && <img styleName='search-folded' src='../resources/icon/icon-search-active.svg' onClick={this.handleSearchButtonClick} />}