Vue-form-generator: hide label in form-group

Created on 1 May 2017  路  1Comment  路  Source: vue-generators/vue-form-generator

How to hide label element in from group?
It make whitespace row on button, checkbox,...
in this image ...

WHITESPACE
before
REMOVE IT
after

Most helpful comment

label:empty {
    display: none;
}

>All comments

label:empty {
    display: none;
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

DelfsEngineering picture DelfsEngineering  路  4Comments

sjordan1975 picture sjordan1975  路  5Comments

Stephen9s picture Stephen9s  路  4Comments

kiankji picture kiankji  路  4Comments

miseeger picture miseeger  路  4Comments