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
Product support is available through following mediums.
@@ -74,10 +83,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
74
83
75
84
## License and copyright
76
85
77
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
86
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
78
87
79
88
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than 1ドル million USD in annual gross revenue and five or fewer developers.
80
89
81
90
See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license/?utm_source=npm&utm_campaign=input) for more info.
Copy file name to clipboardExpand all lines: components/calendars/README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The [React Calendar](https://www.syncfusion.com/react-components/react-calendar?
23
23
#### Key features
24
24
25
25
*[Date range](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=calendar#/bootstrap5/calendar/date-range) - Restricts the range of dates that can be selected by using the `min` and `max` properties.
26
-
*[Customization](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=calendar#/bootstrap5/calendar/special-dates) - Allows complete control over the appearance of the calendar component.
26
+
*[Customization](https://ej2.syncfusion.com/react/documentation/calendar/customization) - Allows complete control over the appearance of the calendar component.
27
27
*[Month or year selection](https://ej2.syncfusion.com/react/documentation/calendar/calendar-views/#calendar-views) - Provides a flexible option to select only a month or year as the date value.
28
28
*[First day of week](https://ej2.syncfusion.com/react/documentation/calendar/how-to/change-the-first-day-of-week/#change-the-first-day-of-week) - Changes the first day of all weeks in every month.
29
29
*[Week number](https://ej2.syncfusion.com/react/documentation/calendar/how-to/render-the-calendar-with-week-numbers/#render-calendar-with-week-number) - Displays the week number of the selected date in the calendar by enabling the week number option.
@@ -129,7 +129,7 @@ The [React DateRangePicker](https://www.syncfusion.com/react-components/react-da
*[Request feature or report bug](https://www.syncfusion.com/feedback/react?utm_source=npm&utm_medium=listing&utm_campaign=react-calendar-npm)
159
167
* Live chat
@@ -164,10 +172,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
164
172
165
173
## License and copyright
166
174
167
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's[EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
175
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup>[EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
168
176
169
177
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than 1ドル million USD in annual gross revenue and five or fewer developers.
170
178
171
179
See [LICNSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license) for more info.
Copy file name to clipboardExpand all lines: components/diagrams/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-react-diagrams",
3
-
"version": "31.2.2",
3
+
"version": "31.2.3",
4
4
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for React",
Copy file name to clipboardExpand all lines: components/dropdowns/CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,32 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 31.2.4 (2025年10月28日)
6
+
7
+
### DropdownList
8
+
9
+
#### Bug Fixes
10
+
11
+
-`#I771070` - Fixed an issue where the Clear button was not in a disabled state when the `e-static-clear` class was used with the enabled property set to False.
12
+
13
+
-`#I771080` - Fixed an issue where the float label text was overlapping with the icon of the dropdown list component when long text was used.
14
+
15
+
### MultiSelect
16
+
17
+
#### Bug Fixes
18
+
19
+
-`#I767443` - The issue regarding "Request failure when using the disabled field property with remote data binding in MultiSelect" has been resolved.
20
+
5
21
## 31.2.3 (2025年10月22日)
6
22
23
+
### DropDownTree
24
+
25
+
#### Bug Fixes
26
+
27
+
-`#I762066` - The issue with the Dropdown Tree Component with filtering and `treeSettings.autoCheck` supports has been resolved.
0 commit comments