Vue-form-generator: <fieldset> breaking flexbox

Created on 13 Sep 2017  路  2Comments  路  Source: vue-generators/vue-form-generator

I'm using a minimal flexbox grid for laying out my forms and

is breaking it, as most browsers treat
as a form input.

Can we do any of the following in the next release?
a) remove fieldset if legend is not specified
b) remove fieldset if not in groups
c) add an extra div inside fieldset to which we can assign a class

Most helpful comment

You can already do better

<vue-form-generator tag="div"><vue-form-generator>

All 2 comments

Me Too

Using VueJS 2 with Webpack and bootstrap 4

You can already do better

<vue-form-generator tag="div"><vue-form-generator>

Was this page helpful?
0 / 5 - 0 ratings

Related issues

afourmeaux picture afourmeaux  路  4Comments

reardestani picture reardestani  路  5Comments

pimhooghiemstra picture pimhooghiemstra  路  5Comments

jewbetcha picture jewbetcha  路  3Comments

kiankji picture kiankji  路  4Comments