qq.maps.place.Autocomplete 类
文本输入提示。
构造函数
构造函数 |
---|
Autocomplete(inputElement:HTMLElement, options?:AutocompleteOptions)
|
方法
方法 | 返回值 | 说明 |
---|---|---|
dispose()
|
none
|
销毁实例。 |
事件
事件名 | 参数 | 说明 |
---|---|---|
confirm
|
event:Object
|
回车或鼠标点击选中某条记录时触发。参数格式:{index:1,value:"xxx"}。 |