I am trying to include a TypeAhead textbox that shows 20 items max and has a minlength of 3, but when the page loads and TypeAhead functionality executes, the default settings are used (items=8 and minlength=1). Here is how I'm declaring the TypeAhead textbox on the page:
I am trying to include a TypeAhead textbox that shows 20 items max and has a minlength of 3, but when the page loads and TypeAhead functionality executes, the default settings are used (items=8 and minlength=1). Here is how I'm declaring the TypeAhead textbox on the page:
Any ideas as to why the default values are overriding the values shown in the example?