From aaa6e81e8b64e564752f56700e72f721f9ed301b Mon Sep 17 00:00:00 2001 From: Joren Broekema Date: Thu, 4 Jun 2020 11:10:31 +0200 Subject: [PATCH 1/2] chore: remove duplicate story file --- packages/form-core/README.md | 1 - .../form-core/docs/CustomFieldsTutorial.md | 87 ------------- packages/form-core/docs/FormFundaments.md | 65 ---------- .../form-core/docs/FormattingAndParsing.md | 118 ------------------ 4 files changed, 271 deletions(-) delete mode 100644 packages/form-core/docs/CustomFieldsTutorial.md delete mode 100644 packages/form-core/docs/FormFundaments.md delete mode 100644 packages/form-core/docs/FormattingAndParsing.md diff --git a/packages/form-core/README.md b/packages/form-core/README.md index cc94cb649..f1156ecae 100644 --- a/packages/form-core/README.md +++ b/packages/form-core/README.md @@ -57,6 +57,5 @@ Fieldsets are the basis for: ## Other Resources -- [Form fundamentals](?path=/docs/forms-field-fundaments--page) - [Formatting and parsing](?path=/docs/forms-field-formatting-and-parsing--page) - [Custom Fields](?path=/docs/forms-field-custom-fields-tutorial--page) diff --git a/packages/form-core/docs/CustomFieldsTutorial.md b/packages/form-core/docs/CustomFieldsTutorial.md deleted file mode 100644 index 96fca1c01..000000000 --- a/packages/form-core/docs/CustomFieldsTutorial.md +++ /dev/null @@ -1,87 +0,0 @@ -[//]: # 'AUTO INSERT HEADER PREPUBLISH' - -# Creating a custom field - -```js script -export default { - title: 'Forms/Field/Custom fields tutorial', -}; -``` - -Custom fields can be created in just a few steps. All you need is an interaction element -(like for instance a slider, a listbox or a combobox) and connect it to the [Field](../README.md) -functionality. - -## Prerequisite: an interaction element - -An interaction element provides the means for the end user to enter a certain value, just like -native elements provide in this (think of ``, `