SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.46k stars 253 forks source link

fix(ui5-multi-combobox): collapse the tokenizer on mobile devices picker close #9291

Open ndeshev opened 4 days ago

ndeshev commented 4 days ago

fixes: #9176

nikoletavnv commented 3 days ago

On mobile: when I open the dialog with tokens from the "n more" link in the input, and after that I close the dialog with the "OK" button, the tokenizer remains expanded and the last token is cut. This happens because clicking on the "n more" link sets the tokenizer in expanded state. May be we have to set it to expanded = false after close of the dialog