On Wed, 04 Sep 2013 04:57:43 -0300, Eugen <eugens...@gmail.com> wrote:

Hi all,

Hi!

a have a layout problem with an TextField decorated with Autocomplete mixin.
The .tml:
       <t:form role="form" class="col-xs-3">
          <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:
Встроенное изображение 1

The image wasn't included in the message.

How can this be fixed?

CSS, very probably.

--
Thiago H. de Paula Figueiredo

Reply via email to