Skip to content

Commit

Permalink
Merge pull request #3379 from sairina/detached-menu
Browse files Browse the repository at this point in the history
Attach menus to their parents
  • Loading branch information
rtibbles authored Apr 28, 2022
2 parents b7eba64 + daddf2f commit 877c078
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
multiple
deletableChips
:rules="learningActivityRules"
attach="learning_activities"
/>

</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
:label="translateMetadataString('level')"
multiple
deletableChips
attach="contentLevel"
/>

</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
multiple
deletableChips
clearable
attach="resourcesNeeded"
/>

</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
:menu-props="menuProps"
:multiple="multiple"
:chips="multiple"
attach="language"
@change="input = ''"
@focus="$emit('focus')"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
menu-props="offsetY"
class="ma-0"
box
attach="license"
@focus="$emit('focus')"
>
<template #append-outer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
:rules="rules"
menu-props="offsetY"
box
attach="role_visibility"
@focus="$emit('focus')"
>
<template v-slot:append-outer>
Expand Down

0 comments on commit 877c078

Please sign in to comment.