This commit is contained in:
@@ -16,9 +16,8 @@
|
|||||||
<template v-slot:activator="{ on }">
|
<template v-slot:activator="{ on }">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="time"
|
v-model="time"
|
||||||
label="Picker in menu"
|
prepend-inner-icon="fa-calendar-alt"
|
||||||
prepend-icon="fa-calendar-alt"
|
@click:prepend-inner="sproing('CLICK DATE')"
|
||||||
@click:prepend="sproing('CLICK DATE')"
|
|
||||||
append-icon="fa-clock"
|
append-icon="fa-clock"
|
||||||
@click:append="sproing('CLICK TIME')"
|
@click:append="sproing('CLICK TIME')"
|
||||||
readonly
|
readonly
|
||||||
@@ -36,6 +35,13 @@
|
|||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
/*
|
||||||
|
TODO:
|
||||||
|
Add the date picker
|
||||||
|
Make the buttons open the correct picker
|
||||||
|
Make it actually work with the binding and the selections and etc
|
||||||
|
maybe can make it editable by keyboard in the text field and still keep the pickers as a separate option?
|
||||||
|
*/
|
||||||
//https://stackoverflow.com/questions/54575541/vuetify-timepicker-return-value-to-model
|
//https://stackoverflow.com/questions/54575541/vuetify-timepicker-return-value-to-model
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
|
|||||||
Reference in New Issue
Block a user