Diana

Results 4 issues of Diana

Button elements can now receive focus when using keyboards on mobile devices. Focus outline is now displayed via CSS pseudo-classes and no longer relies on using the`[focused]` attribute. The following...

New component that can be slotted with menu items BREAKING CHANGE: `startsSection` property removed from MenuItems Before: ```html ``` Now: ```html ``` [Add image for how it looks once done]...

BREAKING CHANGE
2.0

Introducing `ui5-date-range` a CalendarDateRange element, similar to the CalendarDate element`ui5-date`. A `ui5-date-range` has a `startValue` and an `endValue` which are strings marking the start and end dates of a calendar...

BREAKING CHANGE
2.0

With this change, users can now set `required`, `accessible-name` and `accessible-name-ref` properties for `ui5-time-picker`. ### Required This property defines if time pickers are required in forms. Time picker can be...