- fix: width to 100%
flex: 1; // get all space order: 1; - focus to InsertTask
This commit is contained in:
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user