@syncfusion/ej2-react-dropdowns 31.2.3 → 31.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -167,7 +167,7 @@ The [React ListBox](https://www.syncfusion.com/react-components/react-listbox?ut
|
|
|
167
167
|
<p align="center">
|
|
168
168
|
Trusted by the world's leading companies
|
|
169
169
|
<a href="https://www.syncfusion.com/">
|
|
170
|
-
<img src="https://
|
|
170
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Syncfusion logo">
|
|
171
171
|
</a>
|
|
172
172
|
</p>
|
|
173
173
|
|
|
@@ -190,12 +190,20 @@ DropDown components are also offered in the following list of frameworks.
|
|
|
190
190
|
|
|
191
191
|
* Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-react-loan-calculator), [Live Demo](https://ej2.syncfusion.com/showcase/react/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=react-navigation-npm#/default)
|
|
192
192
|
|
|
193
|
+
## Resources
|
|
194
|
+
|
|
195
|
+
* [AI Coding Assistant](https://ej2.syncfusion.com/react/documentation/ai-coding-assistants/overview)
|
|
196
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
197
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/react?utm_medium=listing&utm_source=github)
|
|
198
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/react)
|
|
199
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=react&type=all)
|
|
200
|
+
|
|
193
201
|
## Support
|
|
194
202
|
|
|
195
203
|
Product support is available through the following mediums.
|
|
196
204
|
|
|
197
205
|
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
198
|
-
* [Community forum](https://www.syncfusion.com/forums/
|
|
206
|
+
* [Community forum](https://www.syncfusion.com/forums/react-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm)
|
|
199
207
|
* [GitHub issues](https://github.com/syncfusion/ej2-react-ui-components/issues/new)
|
|
200
208
|
* [Request feature or report bug](https://www.syncfusion.com/feedback/react?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm)
|
|
201
209
|
* Live chat
|
|
@@ -206,7 +214,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
|
|
|
206
214
|
|
|
207
215
|
## License and copyright
|
|
208
216
|
|
|
209
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
217
|
+
> 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).
|
|
210
218
|
|
|
211
219
|
> 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.
|
|
212
220
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-dropdowns.min.js
|
|
3
|
-
* version : 31.2.
|
|
3
|
+
* version : 31.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-dropdowns.umd.min.js
|
|
3
|
-
* version : 31.2.
|
|
3
|
+
* version : 31.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-react-dropdowns",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.4",
|
|
4
4
|
"description": "Essential JS 2 DropDown Components for React",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"es2015": "dist/es6/ej2-react-dropdowns.es2015.js",
|
|
24
24
|
"readme": "ReadMe.md",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
26
|
+
"@syncfusion/ej2-base": "~31.2.4",
|
|
27
27
|
"@syncfusion/ej2-react-base": "~31.2.2",
|
|
28
|
-
"@syncfusion/ej2-dropdowns": "31.2.
|
|
28
|
+
"@syncfusion/ej2-dropdowns": "31.2.4"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {},
|
|
31
31
|
"sideEffects": false,
|