Hi all,
Hi!
<t:form role="form" class="col-xs-3">The .tml:a have a layout problem with an TextField decorated with Autocomplete mixin.
<div class="form-group">
<t:label for="">State</t:label>
<t:textfield t:id="state" value="patient.state" />
</div><div class="form-group">
<t:label for="">Country</t:label>
<t:textfield t:id="country" value="patient.country" t:mixins="autocomplete" />
</div></t:form>The mixin is working fine, but follow layout is produced:
The image wasn't included in the message.
How can this be fixed?
CSS, very probably.
--
Thiago H. de Paula Figueiredo