Nikoleta Ivanova

Results 15 comments of Nikoleta Ivanova

Hello @octavonu, Hello @harelyshau, Does deleting the cache solves the problem? Best regards, Nikoleta

The bug is also reproduceable in 2.0.0-rc.6. The bug is also reproduceable if token has been deleted pressing the token "x" icon. The announcement for "No tokens" (after a token...

Dear @SAP/ui5-webcomponents-topic-rl , I could reproduce this issue when JAWS is running. Follow the steps reported by @pankajpandey01. When navigating through the suggestion items with the arrow keys, the navigation...

I could not reproduce the issue with NVDA reader on Windows.

There is an issue related how text is sanitized in the mirror div element. Some characters are escaped (as '&, '"", etc ) which leads to different text representation inside...

Hello @neoruien, The .data() method is part of the jQuery library and is a way to assign internally some properties to the tokens inside a ValueHelpDialog. The data is assigned...

Hello @Lukas742 , The problem arises from the styles you have in the html page: *:not(:defined) { display: none; } If you remove them, you will see that the toast...

Hi @Lukas742, I can confirm that in your StackBlitz example there is an issue when toast is created through JavaScript. I also noticed that there are some changes in the...

Issue was fixed with this [commit](https://github.com/SAP/ui5-webcomponents/commit/eef0cc9b663fda6268b98e516ed46439435fa2b0)

Hello @sz3lbi, Can you give us more context on the things you have tried? Have you tried to cast explicitly oEvent object to the desired type? What is the structure...