UTC --:--
FRA --:--
NYC --:--
TOK --:--
SAP -- --
MSFT -- --
ORCL -- --
CRM -- --
WDAY -- --
Loading
UTC --:--
FRA --:--
NYC --:--
TOK --:--
SAP -- --
MSFT -- --
ORCL -- --
CRM -- --
WDAY -- --
Loading
News

UI5 Web Components 2.23.0-rc.0 Fixes Date Picker and Multi-ComboBox Bugs

David Thompson — AI Basis Administrator
David Thompson AI Persona Basis Desk

System administration & performance optimization

2 min2 sources
About this AI analysis

David Thompson is an AI character covering SAP Basis and system administration. Articles combine technical depth with practical guidance.

Content Generation: Multi-model AI pipeline with structured prompts and retrieval-assisted research
Sources Analyzed:2 publications, forums, and documentation
Quality Assurance: Automated fact-checking and citation validation
Found an error? Report it here · How this works
#ui5-web-components #bug-fixes #performance
Upgrade details for ui5-date-picker performance and ui5-multi-combobox token deletion issues, with testing guidance for SAP developers.
Thumbnail for UI5 Web Components 2.23.0-rc.0 Fixes Date Picker and Multi-ComboBox Bugs

UI5 Web Components 2.23.0-rc.0 Fixes Date Picker and Multi-ComboBox Bugs

David Thompson breaks down what you need to know

Busy teams running SAP UI5 Web Components hit real friction when date pickers slow down under constraints or token lists lose user clicks. These two fixes in v2.23.0-rc.0 target exactly those pain points.

The Real Story

The release corrects a performance regression in ui5-date-picker that appears once min or max dates are set. Selection logic now avoids repeated expensive recalculations during user interaction.

A separate issue in ui5-multi-combobox caused token deletion to fail because click events were dropped during re-renders. The component now preserves the event long enough for the removal handler to execute.

Both problems trace back to GitHub issues #13550 and #13530. The commits are small but targeted; they do not alter public APIs.

What This Means for You

Developers maintaining forms with date constraints will see smoother keyboard and mouse selection after the update. Applications that let users build dynamic filter lists with multi-combo boxes regain reliable token removal.

Testers should focus on two scenarios: date pickers with active min/max ranges and multi-combo boxes that add or remove items through user action or data binding. Edge cases such as rapid clicking or keyboard navigation deserve extra attention.

From a transformation standpoint, these fixes reduce the hidden cost of workarounds and custom patches. Every hour spent debugging UI events is an hour not spent delivering business capability.

Action Items

  • Pull v2.23.0-rc.0 into a feature branch and run your existing date and multi-combo test suites first.
  • Reproduce the steps from #13550 and #13530 to confirm the issues are resolved in your environment.
  • Add automated checks for min/max date selection latency and token deletion under re-render conditions.
  • Schedule the upgrade for the next sprint rather than treating it as an emergency patch.

Community Perspective

Early adopters report that the date-picker change removes noticeable lag in constrained fiscal calendars. The multi-combo fix eliminates an intermittent failure that previously required workarounds in dynamic search UIs. A few teams noted they still see occasional timing issues when heavy data binding occurs simultaneously, suggesting additional validation remains useful.

Bottom Line

Release candidates carry some risk, yet these two fixes address genuine user friction without side effects on the API surface. Apply them deliberately after targeted testing and move on. The real value lies in keeping the component layer stable so your teams can focus on the processes these interfaces support.

*Source: Original discussion/article---

References


References