ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

AutoComplete works differently in version 3 and version 4

Open davidklimenko opened this issue 1 year ago • 1 comments
trafficstars

  • [x] I have searched the issues of this repository and believe that this is not a duplicate.

Version

4.1.0

Environment

Vue 3

Reproduction link

Edit on CodeSandbox

Steps to reproduce

Write a value into autocomplete that is not in the options data, press Enter, and it will take the first value from the options.

What is expected?

Leave the value that the user entered

What is actually happening?

I get the first value from options date


In antdv v3 its working right for me

davidklimenko avatar Mar 12 '24 20:03 davidklimenko

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

github-actions[bot] avatar May 12 '24 02:05 github-actions[bot]