Nikoleta Ivanova
Nikoleta Ivanova
**Thank you for your contribution!** 👏 ### PR checklist - [ ] Follow the [Commit message Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md#commit-message-style) For example: `fix(ui5-*): correct/fix sth` or `feat(ui5-*): add/introduce sth`. If you don't want...
Adjustments in ui5-combobox after integrating the popover api
### Bug Description When suggestions are enabled for ui5-input and the user selects a suggestion, a change event is fired. If the user modifies the text but before leaving the...
Method openPicker of **ui5-input** is replaced with public property `open` BREAKING CHANGE: Removed openPicker method and replaced it with public property open Before, the ui5-input suggestions picker could be opened...
### Bug Description Currently the textarea uses a mirror div element that is invisible and should match the visible textarea completely. The text in the mirror div is sanitized and...
### Bug Description When slider is in RTL mode the Arrow Up should move the slider to the left to the bigger values, and Arrow Down should move the slider...
### Bug Description **1. ui5-toast: Buttons beneath toast are visible** When a toast is opened on top of a ui5-button. The text of the button is shown on top of...