Merge "Add option to press enter to search for timestamp"

This commit is contained in:
Pablo Gamito
2021-08-25 09:09:53 +00:00
committed by Android (Google) Code Review

View File

@@ -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>