comparison client/src/components/importconfiguration/types/Soundingresults.vue @ 3283:c1c85e70a368

client: removed aria attributes since this form of accessibility is not required
author Markus Kottlaender <markus@intevation.de>
date Thu, 16 May 2019 10:43:42 +0200
parents 439e1865a2d2
children 7ea54c3b3fd6
comparison
equal deleted inserted replaced
3282:707d4435aff3 3283:c1c85e70a368
73 <input 73 <input
74 id="importdate" 74 id="importdate"
75 type="date" 75 type="date"
76 class="form-control form-control-sm" 76 class="form-control form-control-sm"
77 placeholder="Date of import" 77 placeholder="Date of import"
78 aria-label="bottleneck"
79 aria-describedby="bottlenecklabel"
80 v-model="importDate" 78 v-model="importDate"
81 /> 79 />
82 <span class="text-left text-danger"> 80 <span class="text-left text-danger">
83 <small v-if="!importDate"> 81 <small v-if="!importDate">
84 <translate>Please enter a date</translate> 82 <translate>Please enter a date</translate>