From 4ac138d35c5a2c8c3c392cc654702ce675dfd483 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Mon, 3 Oct 2016 22:15:59 +0200 Subject: [PATCH] Update typescript definition for selectize to 0.12.13 (#11570) (#11681) --- selectize/index.d.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/selectize/index.d.ts b/selectize/index.d.ts index 3c99a48522..d07ebf52dc 100644 --- a/selectize/index.d.ts +++ b/selectize/index.d.ts @@ -1,6 +1,6 @@ -// Type definitions for Selectize 0.11.2 +// Type definitions for Selectize 0.12.13 // Project: https://github.com/brianreavis/selectize.js -// Definitions by: Adi Dahiya +// Definitions by: Adi Dahiya , Natalie Bausch // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// @@ -562,6 +562,11 @@ declare namespace Selectize { * Clears the render cache. Takes an optional template argument (e.g. "option", "item") to clear only that cache. */ clearCache(template?: string): void; + + /** + * When the `settings.placeholder` value is changed, the new placeholder will be displayed. + */ + updatePlaceholder(): void; } interface ISearchToken {