chore(form-system): fix links in docs

This commit is contained in:
Joren Broekema 2020-03-17 09:25:23 +01:00
parent 19b36b02fa
commit 720d6a097c

View file

@ -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 `<select>`
- [LionSelectRich](?path=/docs/forms-select-rich--default-story), an advanced (rich) version of `<select>`
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)