I think you would need to use something like https://github.com/vueComponent/vue-ref
<template>
<q-input v-model=“text” v-ref=“ref => this.qInput = ref” @focus=“qInput.select()” />
</template>
I think you would need to use something like https://github.com/vueComponent/vue-ref
<template>
<q-input v-model=“text” v-ref=“ref => this.qInput = ref” @focus=“qInput.select()” />
</template>
I think you need to use “@focus.native” instead of “@focus”
Can we have a dark theme? Maybe something like this.$q.theme.dark = true, and components with their default “dark” props with that value
Does Quasar support stacking dialogs e.g. opening a dialog from another?
I would like to have both in the same repository, like Laravel default template (Maybe with Laravel mix), I dont know if Quasar supports it
Can you guys help me? I’m starting a Laravel project with Quasar and I would like to use the CLI features… is there such a starter kit coming?
I just checked out the new docs building from the repository and it’s awesome!