Essential Studio® for React Release Notes
v33.2.4
April 21, 2026
Autocomplete
Features
- Adornments Support: The Autocomplete component supports
prefixandsuffixprops, allowing to display custom icons or elements at the start and end of the input field for enhanced customization and usability. - This adornment support is also available for ComboBox, MultiSelect, and Dropdown List components, enabling consistent UI customization across all dropdown input fields.
DatePicker
Features
- Adornments Support: The DatePicker component supports
prefixandsuffixprops, allowing to display custom icons or elements at the start and end of the input field for enhanced customization and usability. - This adornment support is also available for DateRangePicker, DateTimePicker, and TimePicker components, enabling consistent UI customization across all calendar input fields.
TextBox
Features
- Adornments Support: The TextBox component supports
prefixandsuffixprops, allowing to display custom icons or elements at the start and end of the input field for enhanced customization and usability. - This adornment support is also available for NumericTextBox and TextArea components, enabling consistent UI customization across all input fields.