未验证 提交 f0864a5a 编写于 作者: R Robert-Jan de Dreu 提交者: GitHub

Make lite validation also work properly for form select

Like validation was only work for form fields with the `.form-control` class. Selects
use the `.form-select` class. This change also applies lite validation for the selects.
上级 31007d3e
......@@ -6,4 +6,8 @@
.form-control.is-#{$state}-lite {
@extend %validation-lite;
}
}
\ No newline at end of file
.form-select.is-#{$state}-lite {
@extend %validation-lite;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册