Unplanned
Last Updated: 05 Apr 2023 13:08 by Natalie
Created by: Natalie
Comments: 0
Category: AutoComplete
Type: Feature Request
1
Currently Kendo UI for Vue Native AutoComplete does not support virtualization yet there are lots of scenarios where it is needed as well.  
Unplanned
Last Updated: 29 Mar 2023 14:07 by Natalie
Created by: Natalie
Comments: 0
Category: AutoComplete
Type: Bug Report
1

Describe the bug
autocomplete triggers change event again on blur

To Reproduce
Steps to reproduce the behavior: https://stackblitz.com/edit/pallqy?file=src%2Fmain.vue

type a in the input
select 'Austria' for example - change event is triggered
click outside of the autocomplete - change event is triggered again

Expected behavior
the second change event is not triggered if the value is not changed

Unplanned
Last Updated: 17 Mar 2022 11:52 by Daniel

Currently, in the Native AutoComplete, we don't have some functionalities that are available in the Wrapper component. 

It will be really useful if we can:

  • Select multiple items in the AutoComplete
  • In addition to the above, to have the separator property that is available in the AutoComplete Wrapper
Completed
Last Updated: 03 Jun 2021 07:30 by ADMIN
Created by: n/a
Comments: 0
Category: AutoComplete
Type: Bug Report
0

I'm submitting a...

  • Bug report

Current behavior

readonly prop does not work in Autocomplete
https://stackblitz.com/edit/ertuag-b1ggo2?file=src/main.vue

Expected behavior

readonly prop does SDHOULD work in Autocomplete