0👍
✅
There is a prop for this ‘stack-label’
stack-label : Boolean
Label will be always shown above the field regardless of field content
(if any)
code example
<q-input v-model="text" label="Display Name" stack-label />
Source:stackexchange.com