Open haizad opened 3 years ago
This is happening due to custom .form-control class definition:
.vue-form-generator .form-control:not([class*=" col-"]) {
width: 100%;
}
Use own css as they recommend in https://vue-generators.gitbook.io/vue-generators/usage/styling and remove definition
Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.
Thanks for making this wonderful project. I just to inform that it would be great if you can include input group feature like Bootstrap into Vue-form-generator.
I am trying to make one, but it does not work as intended. My code :
Output :
I am not sure why the bootstrap input group was not inline. But that's not the case. It would be great if someone can built in the feature into vue file generator.