antoniandre / wave-ui

A UI framework for Vue.js 3 (and 2) with only the bright side. ☀️
https://antoniandre.github.io/wave-ui
MIT License
546 stars 41 forks source link

Allow configuring list position on w-select #63

Closed eulertour closed 3 years ago

eulertour commented 3 years ago

Currently w-select can only display the list of items beneath the element, which means it isn't visible when placed at the bottom of the screen.

eulertour commented 3 years ago

Never mind, I just found menu-props="{ top: ''}".