We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdec54 commit ba92f3fCopy full SHA for ba92f3f
1 file changed
source/feathers/controls/AutoComplete.as
@@ -321,15 +321,15 @@ package feathers.controls
321
*
322
* @see #source
323
*/
324
- public function get minimumAutoCompleteLength():Number
+ public function get minimumAutoCompleteLength():int
325
{
326
return this._minimumAutoCompleteLength;
327
}
328
329
/**
330
* @private
331
332
- public function set minimumAutoCompleteLength(value:Number):void
+ public function set minimumAutoCompleteLength(value:int):void
333
334
this._minimumAutoCompleteLength = value;
335
0 commit comments