HM-102. Добавление звездочек для обязательных полей (#63)

This commit is contained in:
Nikolay
2020-08-30 19:44:46 +03:00
committed by GitHub
parent d6c009c4d6
commit 770f46b5e5
3 changed files with 20 additions and 2 deletions

View File

@ -433,7 +433,7 @@
<!-- Шаблон FormControl компонента -->
<template id="form-control">
<div class="mb-3">
<label class="form-label"></label>
<label class="form-label"><span class="FormControl__label"></span><span class="FormControl__star text-danger"></span></label>
<div class="form-text invalid-feedback"></div>
</div>
</template>