mirror of https://gitlab.crans.org/bde/nk20
Fix autocompletion popup flipping direction
This commit is contained in:
parent
c3081d9cc3
commit
f74b19b2af
|
@ -209,7 +209,8 @@ function autoCompleteNote(field_id, note_list_id, notes, notes_display, alias_pr
|
||||||
placement: 'bottom',
|
placement: 'bottom',
|
||||||
title: 'Loading...',
|
title: 'Loading...',
|
||||||
trigger: 'manual',
|
trigger: 'manual',
|
||||||
container: field.parent()
|
container: field.parent(),
|
||||||
|
fallbackPlacement: 'clockwise'
|
||||||
});
|
});
|
||||||
|
|
||||||
// Clear search on click
|
// Clear search on click
|
||||||
|
|
Loading…
Reference in New Issue