Sharing dropdown now opens below
Fixes an issue where the dropdown list was not visible on small screens as it would appear above the field and be hidden behind the container border. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
parent
7216f876dd
commit
a4d2581c65
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -34,6 +34,7 @@
|
||||||
:preserve-search="true"
|
:preserve-search="true"
|
||||||
:searchable="true"
|
:searchable="true"
|
||||||
:user-select="true"
|
:user-select="true"
|
||||||
|
open-direction="below"
|
||||||
@search-change="asyncFind"
|
@search-change="asyncFind"
|
||||||
@select="addShare">
|
@select="addShare">
|
||||||
<template #noOptions>
|
<template #noOptions>
|
||||||
|
|
Loading…
Reference in New Issue