diff --git a/playground/samples/propertyDependencies.js b/playground/samples/propertyDependencies.js index 133f708ea0..efaba6e68d 100644 --- a/playground/samples/propertyDependencies.js +++ b/playground/samples/propertyDependencies.js @@ -1,5 +1,3 @@ -import React from "react"; - module.exports = { schema: { title: "Property dependencies", @@ -56,12 +54,8 @@ module.exports = { uiSchema: { unidirectional: { credit_card: { - "ui:help": ( -
- If you enter anything here then billing_address
will
- become required.
-
- "If you enter anything here then billing_address
will
- become required.
-
- If you enter anything here then credit_card
will become
- required.
-
- If you enter anything here then billing_address
will be
- dynamically added to the form.
-