Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Tools
Tools
ODC
O11
Platforms
OutSystems.com
Personal Edition
Community
Resources
Support
Search in OutSystems
Log in
Get Started
Community
›
Forge
›
Assets list
›
OutSystems UI
OutSystems UI
Supported
Developed, maintained and supported by OutSystems under the terms of a customer's subscription.
Stable version
2.27.0
(Compatible with
OutSystems 11
)
Other versions available for 10
Uploaded
on
27 Jan (2 days ago)
by
OutSystems
4.6
(139 ratings)
Overview
Reviews
Versions
Documentation
Support
OutSystems UI
Compatible with:
OutSystems
11
OutSystems
10
Created on OutSystems 11
Version 2.27.0
Stable
Current
Uploaded on 27 Jan (2 days ago) by OutSystems
Compatible with:
Version 11
↳
11.12.0 or higher
Database:
All
Release notes:
What's New
ROU-12500 - Now, Dropdown Search and Dropdown Tags will be using the latest version of their library provider,
VirtualSelect v1.1.4
.
ROU-12514 - New Theme Customization Variables were added for backgrounds, borders, and text to provide more granular control over your themes.
Example: Instead of
--color-neutral-0
, you can now use
--background-color-neutral-0
,
--text-color-neutral-0
, or
--border-color-neutral-0
.
Note
: Legacy variables remain active for backward compatibility.
Fixed Issues and Improvements
ROU-11718 - Improved the hover behavior in the Wizard Item component to ensure the cursor correctly reflects the state of each step.
Now, steps with the "Next" state will display the default cursor to better align with user expectations.
ROU-12006 / RPM-6314 - Fixed an issue that caused the Bottom Sheet to appear and flicker. This occurred when the bottom sheet was used at the same time as a pull-to-request.
ROU-12350/ RPM-6475 - Fixed an issue that caused certain blocks to be misplaced on Android devices with edge-to-edge display settings enabled.
This update improves the overall user experience, ensuring that components respect system bars and screen boundaries on modern Android devices.
ROU-12381 / RPM-6340 - Fixed an issue where it was impossible to scroll through the options in the Dropdown Search and Dropdown Tags components.
This occurred when a user attempted to use the scrollbar while one of the dropdown options was currently focused. The issue was fixed by updating the Virtual Select library.
ROU-12431 - Fixed an issue that caused Tabs inside forms to misbehave when a user pressed the Enter key while an input field was in focus.
This correction ensures that the form submission or navigation logic remains stable and does not trigger unintended tab switching.
ROU-12436 - Fixed an issue that caused the Pagination component to trigger unnecessary network requests. This occurred when the showGoTo was enabled and a user toggled focus in and out of the field without actually changing the page value.
ROU-12437 - Fixed an issue that caused the page background to scroll while using components with a Focus Trap, such as the BottomSheet or Sidebar.
This occurred during keyboard navigation when the focus reached the last element, inadvertently triggering a scroll on the content behind the component.
ROU-12487 / RPM-6408 - Fixed an issue where Submenu items would incorrectly display a focus outline and skip focus to the next element.
This occurred when the OpenOnHover option was enabled, and a user hovered over the submenu.
ROU-12507 - Fixed an issue where the BottomSheet component failed to clear its configurations during disposal, leading to unexpected behavior in other features.
This occurred specifically when trying to use the Pull-to-Refresh functionality after closing a Bottom Sheet and navigating to another screen.
ROU-12508 - Fixed an issue that caused the TimePicker, DatePicker, and MonthPicker components to be incorrectly positioned when RTL (Right-to-Left) was enabled.
ROU-12509 - Fixed an issue that caused the Dropdown Search and Dropdown Tags components to apply an incorrect margin when RTL was enabled.
Fixed an issue where the Dropdown Search and Dropdown Tags components would lose their selected values following a re-render.
ROU-12513 / RPM-6446 - Fixed an issue where the Dropdown Server Side widget did not correctly update the aria-expanded accessibility attribute.
This ensures the component properly communicates its collapsed or expanded state to screen readers.
ROU-12517 - Fixed an issue that prevented the Sidebar component from opening when dragged from the edges of the screen.
This was caused by a regression that disabled the swipe events previously used in native mobile applications.
ROU-12530 / RPM-6466 - Fixed an issue in the Dropdown Server Side component that caused the focus to move beyond the available options when opened on native mobile apps. This fix ensures that focus remains trapped within the dropdown list for a more predictable mobile user experience.
ROU-12533 - Fixed an issue that caused the Month Picker to announce the wrong value for the previous and next year buttons. This occurred when navigating through the years using a screen reader.
Fixed an issue that caused the Month Picker to fail to announce the current year.
This occurred when the year was changed, preventing accessibility tools from providing the updated context.
ROU-12537 - Fixed an issue in the OverflowMenu component that caused the focus to move beyond the available options when opened on native mobile apps.
License:
BSD-3 license (
https://opensource.org/licenses/BSD-3-Clause
)
Application Objects:
OutSystems UI
does not affect the count of
AOs
.
Version 2.26.0
Stable
Uploaded on 14 December 2025 by OutSystems
Compatible with:
Version 11
↳
11.12.0 or higher
Database:
All
Release notes:
What's New
ROU-12315 - Updated Android-specific CSS variables to support Android edge-to-edge scenarios.
Android 16 introduced a major shift in UI design by requiring apps to adopt an edge‑to‑edge layout. To accommodate this change, MABS 12 presents a set of new CSS variables that let developers easily apply the proper offsets.
These variables work alongside the existing ones, preserving backward compatibility so that applications built with any version of MABS continue to function correctly.
ROU-12365 - Now, Dropdown Search and Dropdown Tags will be using the latest version of their library provider,
VirtualSelect v1.1.3
Fixed Issues and Improvements
ROU-12303 / RPM-3898 - Fixed an issue where clicking the DatePicker's "Today" button returned the datetime when the component was initialized, rather than the current date and time when the button was clicked.
ROU-12311 - Fixed an issue that caused the DropdownSearch and DropdownTags components to appear behind the outer component.
This occurred when using a DropdownSearch or DropdownTags component inside a Popup widget in mobile view.
ROU-12337 - Fixed an issue that caused the DropdownSearch or DropdownTags components to open behind the Notifications.
This occurred when the components were used inside a Notification and opened on a phone in popup mode.
ROU-12348 - Fixed an issue on the ApplicationLoadEvents block that caused the Splash Screen to throw an error in the console.
This occurred when the user navigated away from the Splash Screen before the minimum display time elapsed, causing the asynchronous load complete callback to execute after the screen's controller was destroyed.
ROU-12354 / RPM-6308 - Fixed an accessibility issue that caused screen readers to announce the wrong total number of available options in the Dropdown Search and Tags components.
This occurred because UI virtualization (which renders only visible options) prevented screen readers from counting the complete, underlying list.
The issue was fixed by updating the Virtual Select library.
ROU-12359 - Improved the GetNetworkType action to check the type of connection only if online, and to return "unknown" when the network type is not known.
License:
BSD-3 license (
https://opensource.org/licenses/BSD-3-Clause
)
Application Objects:
OutSystems UI
does not affect the count of
AOs
.
Created on OutSystems 10
Version 1.6.7
Stable
Uploaded on 22 October 2019 by OutSystems
Compatible with:
Version 11
Version 10
Stack:
.NET
Database:
All
Release notes:
Improvements
Changed icons for CarouselGoTo, CarouselNext and CarouselPrevious actions.
Fixed Lightbox issues previewing a recent uploaded image.
Version 1.6.6
Stable
Uploaded on 25 February 2019 by OutSystems
Compatible with:
Version 11
Version 10
Stack:
.NET
Database:
All
Release notes:
Fixed Issues:
JSONSharp license information was removed from the Licenses text
Loading
Loading...