File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ var app = new Vue({
136136
137137 // set old default
138138 defaultOld : function ( ) {
139- $ ( "#old" ) . val ( $ ( "#old" ) . attr ( 'placeholder' ) ) ;
139+ this . old = $ ( "#old" ) . attr ( 'placeholder' ) ;
140140 } ,
141141 // make labael
142142 makeLabel : function ( field , inp ) {
@@ -152,7 +152,7 @@ var app = new Vue({
152152 case "bootstrap" :
153153 // make bootstrap column
154154 out += `\t\t <div class="col-md-${ field . size } mt-3">\n` ;
155- out += `\t\t\t <div class="form-control ">\n` ;
155+ out += `\t\t\t <div class="form-group ">\n` ;
156156 out += `\t\t\t\t <label for="${ field . id } "> \n` ;
157157 out += `\t\t\t\t\t {{__('${ field . label } ')}} \n` ;
158158 out += `\t\t\t\t </label> \n` ;
Original file line number Diff line number Diff line change 11{
22 "name" : " laravel-form-builder" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " The laravel form builder code generator" ,
55 "main" : " index.htm" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments