We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5d4fa commit f8a3958Copy full SHA for f8a3958
docs/guides/migrating-from-1-to-2.md
@@ -0,0 +1,9 @@
1
+## React Dropdown Tree Select Migration Guide v1 to v2
2
+
3
+We've made some changes in the component between the versions which is covered in the following guide
4
5
+### Property changes
6
7
+| Description | Usage before | Usage after |
8
+| ------------------------------------------------------------------------ | -------------------------------------- | --------------------- |
9
+| Added a new radio select mode<br>Selection is done in a shared mode-prop | `simpleSelect={true}` / `simpleSelect` | `mode='simpleSelect'` |
0 commit comments