searchpicker
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -33,2 +33,3 @@ import { EventObject } from "./EventObject"; | ||
removeAutocompleteText(): void; | ||
updatePlaceholder(text: string): void; | ||
forbidInput: any; | ||
@@ -35,0 +36,0 @@ private escapeRegexp; |
@@ -116,2 +116,6 @@ "use strict"; | ||
}; | ||
SearchPickerChoices.prototype.updatePlaceholder = function (text) { | ||
this.options.placeholder = text; | ||
this.scaleSearchField(); | ||
}; | ||
Object.defineProperty(SearchPickerChoices.prototype, "forbidInput", { | ||
@@ -118,0 +122,0 @@ set: function (val) { |
{ | ||
"name": "searchpicker", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -134,3 +134,8 @@ import {EventObject} from "./EventObject"; | ||
updatePlaceholder(text: string) { | ||
this.options.placeholder = text; | ||
this.scaleSearchField(); | ||
} | ||
set forbidInput(val) { | ||
@@ -563,2 +568,2 @@ if (val) { | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
177587
3177