Merge "Add option to press enter to search for timestamp"
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</md-button>
|
||||
<md-field class="search-input">
|
||||
<label>Enter timestamp</label>
|
||||
<md-input v-model="searchInput"></md-input>
|
||||
<md-input v-model="searchInput" @keyup.enter.native="updateSearchForTimestamp" />
|
||||
</md-field>
|
||||
</div>
|
||||
|
||||
@@ -305,4 +305,4 @@ export default {
|
||||
background: #9af39f;
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user