You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Row is forced to use flex layout, add new property wrap, and Col add new property flex, which supports Flex filling.
InputNumber add new property controls-outside. When it is turned on, the button position will be placed on both sides of the input box.
Table add new property tooltip-max-width, column add new property tooltipTheme and tooltipMaxWidth. When opening the tooltip, the column configuration is preferred.
A new property border for Input can be set to not display the border.
Input method focus supports parameter passing, you can specify the cursor position as the start, end or select all text.
Divider adds a new property plain, and the title is displayed in normal text style when it is turned on.
RadioGroup has added a new property button-style, which can be set as the bottom button style.
Optimize the memory problem of Select component and popper. #589#590#5926ee13b1
Fix the problem that when Select uses grouping and search is turned on, the option display is incomplete. #757
Fix the problem that the tooltip is always displayed in this column when the tooltip is turned on in the Table column. Now only the omitted content will display the tooltip.
Fix the problem that the color input box cannot be activated when ColorPicker is used with Select and other components.
Fixed the problem of stacking errors when using Modal in draggable mode. #763
Fixed an issue that sometimes caused the page to crash when the Avatar was zoomed on the page. #807
Fix the problem that Page sometimes appears as garbled characters.
Fix the problem that the eye icon is opposite when the password property is turned on for Input.