From e7c00497ecc006271d46bc216fbb105558de67a8 Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 2 Oct 2018 06:47:05 +0200 Subject: [PATCH] Add content in AutocompleteUIParams (#29180) --- types/jqueryui/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/jqueryui/index.d.ts b/types/jqueryui/index.d.ts index 7dca429ce4..7092de2d06 100644 --- a/types/jqueryui/index.d.ts +++ b/types/jqueryui/index.d.ts @@ -64,6 +64,7 @@ declare namespace JQueryUI { * The item selected from the menu, if any. Otherwise the property is null */ item?: any; + content?: any; } interface AutocompleteEvent {