diff --git a/packages/form-system/stories/20-System-Overview.stories.mdx b/packages/form-system/stories/20-System-Overview.stories.mdx index a83a21d36..b318b8a66 100644 --- a/packages/form-system/stories/20-System-Overview.stories.mdx +++ b/packages/form-system/stories/20-System-Overview.stories.mdx @@ -52,18 +52,18 @@ Platform field wrappers add all of the functionality described above to native f Dedicated fields are less generic fields in a sense that they by default expect a certain type of modelValue. This means that they have validators, parsers and formatters preconfigured. -- [`LionInputDate`](?path=/docs/forms-input-date--default-story) -- [`LionInputDatepicker`](?path=/docs/forms-input-datepicker--default-story) -- [`LionInputEmail`](?path=/docs/forms-input-email--default-story) -- [`LionInputAmount`](?path=/docs/forms-input-amount--default-story) -- [`LionInputIban`](?path=/docs/forms-input-iban--default-story) +- [LionInputDate](?path=/docs/forms-input-date--default-story) +- [LionInputDatepicker](?path=/docs/forms-input-datepicker--default-story) +- [LionInputEmail](?path=/docs/forms-input-email--default-story) +- [LionInputAmount](?path=/docs/forms-input-amount--default-story) +- [LionInputIban](?path=/docs/forms-input-iban--default-story) ### Custom fields Instead of wrapping native elements, this category of fields contains custom built form elements. -- [`LionSelectRich`](?path=/docs/forms-select-rich--default-story), an advanced (rich) version of `` One could also think of components like: @@ -80,14 +80,14 @@ Fieldsets are groups of fields. They can be considered fields on their own as we partly share the normalized api via `FormControlMixin`. Fieldsets are at the base of: -- [`LionFieldset`](?path=/docs/forms-fieldset-overview--page) -- [`LionForm`](?path=/docs/forms-form-overview--page) -- [`LionRadioGroup`](?path=/docs/forms-radio-group--default-story) -- [`LionCheckboxGroup`](?path=/docs/forms-checkbox-group--default-story) +- [LionFieldset](?path=/docs/forms-fieldset-overview--page) +- [LionForm](?path=/docs/forms-form-overview--page) +- [LionRadioGroup](?path=/docs/forms-radio-group--default-story) +- [LionCheckboxGroup](?path=/docs/forms-checkbox-group--default-story) ## Other Resources - [Model Value](?path=/docs/forms-system-modelvalue--page) - [Formatting and parsing](?path=/docs/forms-system-formatting-and-parsing--parser) - [Interaction states](?path=/docs/forms-system-interaction-states--interaction-states) -- [Validation System](?path=/docs/forms-validation-overview--page) +- [Validation System](?path=/docs/forms-validation-overview--page)