Open David-Tsui opened 1 year ago
Mac OS / Google Chrome 118.0.5993.11
https://www.iviewui.com/view-ui-plus/component/form/auto-complete
Just click the autocomplete example then use click/keyEnter to select value.
The return value of event on-select is wrong by keyEnter, but correct by click.
on-select
The return value of event on-select by both ways should be equal
They are different.
Environment
Mac OS / Google Chrome 118.0.5993.11
Reproduction link
https://www.iviewui.com/view-ui-plus/component/form/auto-complete
Steps to reproduce
Just click the autocomplete example then use click/keyEnter to select value.
The return value of event
on-select
is wrong by keyEnter, but correct by click.What is expected?
The return value of event
on-select
by both ways should be equalWhat is actually happening?
They are different.