Skip to content

Commit

Permalink
chore(docs): add warning for input date format
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Feb 12, 2024
1 parent af2159f commit 5d77e80
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h3>Input Calendario</h3>
<p><strong>Attenzione:</strong> i valori delle date devono essere in formato YYYY-MM-DD.</p>
<div class="bd-example">

<h5>Datepicker</h5>
<p class="mb-5">Clicca sull’icona a destra per visualizzare il datepicker.</p>

Expand All @@ -10,8 +10,5 @@ <h5>Limiti</h5>
<p class="mb-5">Aggiungendo le proprietà "min" e "max" all'input è possibile limitare la data minima e massima del campo</p>

<!-- Input date con min, max e step -->
<it-input type="date"
label="Min, Max"
minDate="2020-05-07" maxDate="2025-05-07"></it-input>

<it-input type="date" label="Min, Max" minDate="2020-05-07" maxDate="2025-05-07"></it-input>
</div>

0 comments on commit 5d77e80

Please sign in to comment.