Added validation to the summary helper.

This commit is contained in:
2023-02-28 16:38:50 +08:00
parent 9f966643b5
commit d02c87602b
2 changed files with 216 additions and 5 deletions

View File

@ -65,6 +65,7 @@ First written: 2023/2/28
<div class="form-floating mb-2">
<input id="accounting-summary-helper-{{ summary_helper.type }}-general-tag" class="form-control accounting-summary-helper-{{ summary_helper.type }}-input" type="text" value="" placeholder=" ">
<label class="form-label" for="accounting-summary-helper-{{ summary_helper.type }}-general-tag">{{ A_("Tag") }}</label>
<div id="accounting-summary-helper-{{ summary_helper.type }}-general-tag-error" class="invalid-feedback"></div>
</div>
<div>