chore(form-system): fix links in docs
This commit is contained in:
parent
19b36b02fa
commit
720d6a097c
1 changed files with 11 additions and 11 deletions
|
|
@ -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
|
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.
|
modelValue. This means that they have validators, parsers and formatters preconfigured.
|
||||||
|
|
||||||
- [`LionInputDate`](?path=/docs/forms-input-date--default-story)
|
- [LionInputDate](?path=/docs/forms-input-date--default-story)
|
||||||
- [`LionInputDatepicker`](?path=/docs/forms-input-datepicker--default-story)
|
- [LionInputDatepicker](?path=/docs/forms-input-datepicker--default-story)
|
||||||
- [`LionInputEmail`](?path=/docs/forms-input-email--default-story)
|
- [LionInputEmail](?path=/docs/forms-input-email--default-story)
|
||||||
- [`LionInputAmount`](?path=/docs/forms-input-amount--default-story)
|
- [LionInputAmount](?path=/docs/forms-input-amount--default-story)
|
||||||
- [`LionInputIban`](?path=/docs/forms-input-iban--default-story)
|
- [LionInputIban](?path=/docs/forms-input-iban--default-story)
|
||||||
|
|
||||||
### Custom fields
|
### Custom fields
|
||||||
|
|
||||||
Instead of wrapping native elements, this category of fields contains custom built
|
Instead of wrapping native elements, this category of fields contains custom built
|
||||||
form elements.
|
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:
|
One could also think of components like:
|
||||||
|
|
||||||
|
|
@ -80,10 +80,10 @@ Fieldsets are groups of fields. They can be considered fields on their own as we
|
||||||
partly share the normalized api via `FormControlMixin`.
|
partly share the normalized api via `FormControlMixin`.
|
||||||
Fieldsets are at the base of:
|
Fieldsets are at the base of:
|
||||||
|
|
||||||
- [`LionFieldset`](?path=/docs/forms-fieldset-overview--page)
|
- [LionFieldset](?path=/docs/forms-fieldset-overview--page)
|
||||||
- [`LionForm`](?path=/docs/forms-form-overview--page)
|
- [LionForm](?path=/docs/forms-form-overview--page)
|
||||||
- [`LionRadioGroup`](?path=/docs/forms-radio-group--default-story)
|
- [LionRadioGroup](?path=/docs/forms-radio-group--default-story)
|
||||||
- [`LionCheckboxGroup`](?path=/docs/forms-checkbox-group--default-story)
|
- [LionCheckboxGroup](?path=/docs/forms-checkbox-group--default-story)
|
||||||
|
|
||||||
## Other Resources
|
## Other Resources
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue