You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a MultiInput with a SuggestionItemCustom (also reproducible with SuggestionItem). When you search for "Gra" and select the suggested person "Graham" by clicking, then remove the chip and do the same search and click, the selection has no effect and the chip isn't added to the MultiInput because onSelectionChange isn't fired.
Affected Component
MultiInput
Expected Behaviour
onSelectionChange should always trigger when the value changes, even if the same value was selected before but removed again.
Hi colleagues @SAP/ui5-webcomponents-topic-rl the issue is reproducible with the provided example and steps (interesting addition is that with noTypeahead set, the behaviour does not occur, so it has to be connected).
Bug Description
I have a MultiInput with a SuggestionItemCustom (also reproducible with SuggestionItem). When you search for "Gra" and select the suggested person "Graham" by clicking, then remove the chip and do the same search and click, the selection has no effect and the chip isn't added to the MultiInput because
onSelectionChange
isn't fired.Affected Component
MultiInput
Expected Behaviour
onSelectionChange should always trigger when the value changes, even if the same value was selected before but removed again.
Isolated Example
https://stackblitz.com/edit/ui5wcr-at-nc9jgeyy?file=src%2FApp.tsx
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
2.3.0
Browser
Chrome
Operating System
MacOS
Additional Context
No response
Organization
SAP Signavio
Declaration
The text was updated successfully, but these errors were encountered: