Skip to content

Commit 3089b43

Browse files
Fix: installation.md fields path (#27)
Fixing the path of the optional fields
1 parent 12908e8 commit 3089b43

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

installation.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ That way, it's your choice to depend on jQuery or not.
5757

5858
| Field type | jQuery | Vanilla |
5959
| --- | --- | --- |
60-
| Address autocomplete | N/A | [googleAddress](googleaddress.md) |
61-
| Color picker | [spectrum](spectrum.md) | N/A |
62-
| Date picker | [datetime](datetime.md) | [pikaday](pikaday.md) |
63-
| Masked Input | [masked](masked.md) | [cleave](cleave.md) |
64-
| Multi Selection | [selectEx](selectex.md) | [vueMultiSelect](vuemultiselect.md) |
65-
| Slider | [slider](slider.md) | [noUiSlider](nouislider.md) |
60+
| Address autocomplete | N/A | [googleAddress](fields/googleaddress.md) |
61+
| Color picker | [spectrum](fields/spectrum.md) | N/A |
62+
| Date picker | [datetime](fields/datetime.md) | [pikaday](fields/pikaday.md) |
63+
| Masked Input | [masked](fields/masked.md) | [cleave](fields/cleave.md) |
64+
| Multi Selection | [selectEx](fields/selectex.md) | [vueMultiSelect](fields/vuemultiselect.md) |
65+
| Slider | [slider](fields/slider.md) | [noUiSlider](fields/nouislider.md) |
6666

6767
You can find details about dependencies in each field page.
6868

0 commit comments

Comments
 (0)