dependant -> dependent
This commit is contained in:
12
index.html
12
index.html
@ -149,15 +149,15 @@
|
||||
</figure>
|
||||
|
||||
<figure class="form-group">
|
||||
<label for="dependant-parent">Dependant Parent</label>
|
||||
<input id="dependant-parent" type="text" name="dependant_parent">
|
||||
<figcaption>This field dynamically enables/disables the 'Dependant Child' field if it has a value.</figcaption>
|
||||
<label for="dependent-parent">Dependent Parent</label>
|
||||
<input id="dependent-parent" type="text" name="dependent_parent">
|
||||
<figcaption>This field dynamically enables/disables the 'Dependent Child' field if it has a value.</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="form-group">
|
||||
<label for="dependant-child">Dependant Child</label>
|
||||
<input data-validation='{"dependant": "dependant_parent"}' id="dependant-child" type="text" name="dependant_child">
|
||||
<figcaption>This field dynamically enables/disables if the 'Dependant Parent' field has a value.</figcaption>
|
||||
<label for="dependent-child">Dependent Child</label>
|
||||
<input data-validation='{"dependent": "dependent_parent"}' id="dependent-child" type="text" name="dependent_child">
|
||||
<figcaption>This field dynamically enables/disables if the 'Dependent Parent' field has a value.</figcaption>
|
||||
</figure>
|
||||
</fieldset>
|
||||
|
||||
|
Reference in New Issue
Block a user