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 e57052b commit 0d8408cCopy full SHA for 0d8408c
packages/react-renderer-demo/src/doc-components/examples-texts/wizard.md
@@ -44,10 +44,13 @@ D) **conditional submit step**
44
45
Based on a form state value, a step can change into the last step in the wizard and show *submit* button instead of *next* button.
46
47
-With default constant:
+With default constant: `@@ddf-common-wizard__conditional-submit-step`
48
+
49
+You can import this constant:
50
51
```jsx
-import { CONDITIONAL_SUBMIT_FLAG } from '@data-driven-forms/common/wizard'; // const value = @@ddf-common-wizard__conditional-submit-step
52
+--- { "switchable": false } ---
53
+import { CONDITIONAL_SUBMIT_FLAG } from '@data-driven-forms/common/wizard';
54
55
...
56
// next step definition
0 commit comments