Skip to content
Snippets Groups Projects
Commit f74b19b2 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Fix autocompletion popup flipping direction

parent c3081d9c
No related branches found
No related tags found
3 merge requests!104Beta,!98Morefront,!91Documents
......@@ -209,7 +209,8 @@ function autoCompleteNote(field_id, note_list_id, notes, notes_display, alias_pr
placement: 'bottom',
title: 'Loading...',
trigger: 'manual',
container: field.parent()
container: field.parent(),
fallbackPlacement: 'clockwise'
});
// Clear search on click
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment