Added missing CSS class

pull/10/head
Jens Pelzetter 2021-05-25 19:48:47 +02:00
parent f38d7d1d02
commit 6923f32b76
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
<div class="form-group"> <div class="form-group">
<label for="#{cc.attrs.inputId}">${cc.attrs.label}</label> <label for="#{cc.attrs.inputId}">${cc.attrs.label}</label>
<input aria-describedby="#{cc.attrs.inputId}-help" <input aria-describedby="#{cc.attrs.inputId}-help"
class="form-control"
id="#{cc.attrs.inputId}" id="#{cc.attrs.inputId}"
maxlength="#{(not empty cc.attrs.maxlength) ? cc.attrs.maxlength : null}" maxlength="#{(not empty cc.attrs.maxlength) ? cc.attrs.maxlength : null}"
minlength="#{(not empty cc.attrs.minlength) ? cc.attrs.minlength : null}" minlength="#{(not empty cc.attrs.minlength) ? cc.attrs.minlength : null}"