VlastaK

Results 2 comments of VlastaK

nette-live-form-validation + Bootstrap 3 + .input-group with submit button. IMHO validation on submit is useless.

Example: ``` {input login-password, class => 'form-control'} ``` Class .form-group is parental element for 2 controls. If input:text is empty, parental element has to have class .has-error, but result is...