mirror of https://gitlab.crans.org/bde/nk20
Attach tooltip to parent
This commit is contained in:
parent
682b2b19d7
commit
3dec49c4d1
|
@ -208,7 +208,8 @@ function autoCompleteNote(field_id, note_list_id, notes, notes_display, alias_pr
|
|||
html: true,
|
||||
placement: 'bottom',
|
||||
title: 'Loading...',
|
||||
trigger: 'manual'
|
||||
trigger: 'manual',
|
||||
container: field.parent()
|
||||
});
|
||||
|
||||
// Clear search on click
|
||||
|
|
Loading…
Reference in New Issue