mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Fix autocompletion popup flipping direction
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user