mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Attach tooltip to parent
This commit is contained in:
		@@ -208,7 +208,8 @@ function autoCompleteNote(field_id, note_list_id, notes, notes_display, alias_pr
 | 
				
			|||||||
        html: true,
 | 
					        html: true,
 | 
				
			||||||
        placement: 'bottom',
 | 
					        placement: 'bottom',
 | 
				
			||||||
        title: 'Loading...',
 | 
					        title: 'Loading...',
 | 
				
			||||||
        trigger: 'manual'
 | 
					        trigger: 'manual',
 | 
				
			||||||
 | 
					        container: field.parent()
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Clear search on click
 | 
					    // Clear search on click
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user