- fix: width to 100%

flex: 1;  // get all space
  order: 1;
- focus to InsertTask
This commit is contained in:
Paolo Arena
2019-01-28 20:39:40 +01:00
parent d8f0ead522
commit 0161e6c7e9
7 changed files with 94 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
<div class="panel">
<p class="caption"></p>
<q-input v-model="todo" inverted :float-label="$t('todo.insert')"
<q-input ref="insertTask" v-model="todo" inverted :float-label="$t('todo.insert')"
:after="[{icon: 'arrow_forward', content: true, handler () {}}]"
v-on:keyup.enter="insertTodo"/>