fix: select on focus, wait for value

This commit is contained in:
Mo Bitar
2020-04-21 14:05:11 -05:00
parent 9023f76417
commit 6be8fa93f8
8 changed files with 42 additions and 36 deletions

View File

@@ -17,7 +17,7 @@
ng-keyup='$event.keyCode == 13 && self.onFilterEnter();',
ng-model='self.state.noteFilter.text',
placeholder='Search',
select-on-click='true',
select-on-focus='true',
title='Searches notes in the currently selected tag'
)
#search-clear-button(