creativetimofficial / ct-paper-kit-2-pro-angular

Paper Kit 2 PRO Angular version
2 stars 6 forks source link

validation input #3

Closed dasuma closed 6 years ago

dasuma commented 6 years ago

hi i dont understand how i used the input for validation with your styles when i press button on the form

chelaruc commented 6 years ago

Hi @dasuma,

Can you give more details about the issue?

All the best, Ciprian

dasuma commented 6 years ago

<div class="form-group label-floating"> <label class="control-label">Name</label> <input type="text" name="name" class="form-control" placeholder="Name" required> </div>

when i put the attribute requierd and de submit the form, the validation doesnt change the style of input

chelaruc commented 6 years ago

@dasuma here is the code for input with success:

    <div class="form-group has-success">
          <input class="form-control form-control-success" id="inputSuccess1" type="text" value="Success">
    </div>