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 4d0e24c commit 145aeb5Copy full SHA for 145aeb5
src/ratingControlTester.js
@@ -1,3 +1,6 @@
1
-import { rankWith, scopeEndsWith } from '@jsonforms/core';
+import { rankWith, scopeEndsWith } from "@jsonforms/core";
2
3
-export default rankWith(Number.MAX_VALUE, scopeEndsWith('rating'));
+export default rankWith(
4
+ 3, //increase rank as needed
5
+ scopeEndsWith("rating")
6
+);
0 commit comments