- Release Notes
May 2022
Minor improvements
We are constantly working to improve your UiPath® Apps experience. Even though there are no major significant changes with this release, we made sure to bring minor improvements and bug fixes to our product.
We'd love to catch up and hear what you think on our Community Forum.
Input validation
=true
. You can also set up an error message if the control is not filled in runtime using the Required Error Message property.
You can add text next to the control using the new Label property. You can place the label either above the control or next to it on the left by using the Label Placement property from the Style tab.
Is Valid
variable is also added for the controls, improving the use of expressions.
This property is currently available for the following input controls:
- Date Picker
- Dropdown
- File Picker
- Multiselect dropdown
- Radio Button
- Slider
- Text Area
-
Textbox
Default width and height for input controls
The default width and height properties for input controls has been updated as follows:
The following controls now have a 32-pixel height:
- Textbox
- Dropdown
- File Picker
- Date Picker
The following controls now have an 88-pixel height:
- Text Area
- Multiselect dropdown
The following controls now have a 256-pixel width:
- Text Box
- Text Area
- Dropdown
- Slider
- Multiselect dropdown
- Date Picker
The width for the File Picker control is now 320 pixels.
Improved page templates
For an improved experience, the page templates have been improved. When starting a new app or adding a new page, you can pick one of the templates from the pop-up window. If you want to add a fresh page, select Blank Page.
You can select from the following templates:
- Dashboard
- Form A
- Form B
- Form C
- List and details
-
Dialog/Modal
We are excited to announce that page containers now have an auto-scroll feature. This means that if the whole content cannot be displayed in the container, a scroll bar is now available.
- Previously, when adding a File Picker control, marked the Download only property and disabling the control, you could click on Download in runtime. This is now fixed and it works as expected.
- Fixed an issue where the Dropdown,List, and Radio Button controls were not displaying entity fields in selected value.