How to force q-select to always anchor bottom
-
My
select
input always anchor top whenever it has enough space for top anchor like this https://ibb.co/bx0LtG. I would like to be able to force it toanchor bottom
like popover. I looked into the docs for v0-13 (I am using v0-13 btw) and theres no such option to do that.Here is my code
<q-select type="list" v-model.lazy="numberOfPet" :options="listOfNumberOfPets" class="full-width"></q-select>
-
I believe that select input is adaptable, depending on location, maybe that you want is not possible