Das Pattern wird im 'Safari' nicht als solches erkannt.
Es wurde erkannt als `\d4-\d2-\d2`
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
<div>
|
||||
<label for="workingDay">Arbeitstag</label>
|
||||
<input bind:value={activeRecord.workingDay} type="date"
|
||||
id="workingDay" required pattern="\d{4}-\d{2}-\d{2}">
|
||||
id="workingDay" required pattern="\d\{4}-[0-1]\d-[0-3]\d\">
|
||||
</div>
|
||||
<div>
|
||||
<label for="workingTime">Arbeitszeit</label>
|
||||
|
||||
Reference in New Issue
Block a user