<b:inputfield />
is an input
tag bearing the CSS-class form-control
.
+ required
is true, the pseudo CSS class bf-required
is added. Thus you can define your custom style for required fields.
+
- The combobox is a select
tag bearing the CSS-class form-control
.
select
tag bearing the CSS-class form-control
.
+ required
is true, the pseudo CSS class bf-required
is added. Thus you can define your custom style for required fields.
+