Skip to content

Commit

Permalink
fix: added form-control class
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli authored and astagi committed Sep 30, 2024
1 parent 8539e6a commit 549fcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/form/input-calendario.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Assicurarsi di aggiungere alla label la classe **`active`** per impedire la sovr
{% capture example %}
<div class="form-group">
<label class="active" for="dateStandard">Datepicker</label>
<input type="date" id="dateStandard" name="dateStandard">
<input class="form-control" type="date" id="dateStandard" name="dateStandard">
</div>
{% endcapture %}{% include example.html content=example %}

0 comments on commit 549fcba

Please # to comment.