@@ -84,11 +84,11 @@ Message that will be shown if input value is not a valid choice.
8484
8585The following parameters are available:
8686
87- | Parameter | Description |
88- | ---------------------| ----------------------------------- |
89- | ` {{ value }} ` | The current invalid value |
90- | ` {{ name }} ` | Name of the value being validated |
91- | ` {{ constraints }} ` | The array of valid choices |
87+ | Parameter | Description |
88+ | ---------------------| ----------------------------|
89+ | ` {{ value }} ` | The current invalid value |
90+ | ` {{ name }} ` | Name of the invalid value |
91+ | ` {{ constraints }} ` | The array of valid choices |
9292
9393### ` multipleMessage `
9494
@@ -98,11 +98,11 @@ Message that will be shown when `multiple` is `true` and at least one of the inp
9898
9999The following parameters are available:
100100
101- | Parameter | Description |
102- | ---------------------| ----------------------------------- |
103- | ` {{ value }} ` | The current invalid value |
104- | ` {{ name }} ` | Name of the value being validated |
105- | ` {{ constraints }} ` | The array of valid choices |
101+ | Parameter | Description |
102+ | ---------------------| ----------------------------|
103+ | ` {{ value }} ` | The current invalid value |
104+ | ` {{ name }} ` | Name of the invalid value |
105+ | ` {{ constraints }} ` | The array of valid choices |
106106
107107### ` minMessage `
108108
@@ -116,7 +116,7 @@ The following parameters are available:
116116| -----------------------| --------------------------------------|
117117| ` {{ value }} ` | The current invalid value |
118118| ` {{ numValues }} ` | The current invalid number of values |
119- | ` {{ name }} ` | Name of the value being validated |
119+ | ` {{ name }} ` | Name of the invalid value |
120120| ` {{ constraints }} ` | The array of valid choices |
121121| ` {{ minConstraint }} ` | The minimum number of valid choices |
122122| ` {{ maxConstraint }} ` | The maximum number of valid choices |
@@ -133,7 +133,7 @@ The following parameters are available:
133133| -----------------------| --------------------------------------|
134134| ` {{ value }} ` | The current invalid value |
135135| ` {{ numValues }} ` | The current invalid number of values |
136- | ` {{ name }} ` | Name of the value being validated |
136+ | ` {{ name }} ` | Name of the invalid value |
137137| ` {{ constraints }} ` | The array of valid choices |
138138| ` {{ minConstraint }} ` | The minimum number of valid choices |
139139| ` {{ maxConstraint }} ` | The maximum number of valid choices |
0 commit comments