Bug Description
When ui5-multi-input has already some tokens, the user writes a text in the input field and presses several times Arrow Left to focus the last token - a new token is created from the input text.
This is incorrect, because the focus is still in the ui5-multi-input ( on the tokenizer ) and the entered text should not be converted into a token.
Affected Component
No response
Expected Behaviour
No response
Isolated Example
No response
Steps to Reproduce
- Open https://ui5.github.io/webcomponents/components/MultiInput/
- Go to Add/Remove Tokens sample
- Write "A" and accept Argentina as a suggestion for a token to be created
- Write "z"
- Pres Arrow Left 2 times to focus the tokenizer
- Token "z" has been created
Expected behavior - token "z" should not be created when navigating with Arrow Left focuses the tokenizer
Log Output, Stack Trace or Screenshots
No response
Priority
Medium
UI5 Web Components Version
2
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration