File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
tests/unit/views/base/__snapshots__ Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 152152 label-for =" basicTextarea"
153153 :label-cols =" 3"
154154 >
155- <b-form-input id =" basicTextarea" :textarea = " true " : rows =" 9" placeholder =" Content.." ></b-form-input >
155+ <b-form-textarea id =" basicTextarea" :rows =" 9" placeholder =" Content.." ></b-form-textarea >
156156 </b-form-group >
157157 <b-form-group
158158 label =" Select"
Original file line number Diff line number Diff line change @@ -450,13 +450,12 @@ exports[`Forms.vue renders correctly 1`] = `
450450 labelcols = " 3"
451451 labelfor = " basicTextarea"
452452 >
453- <b-form-input -stub
453+ <b-form-textarea -stub
454454 id = " basicTextarea"
455455 placeholder = " Content.."
456456 rows = " 9"
457- textarea = " true"
458- type = " text"
459457 value = " "
458+ wrap = " soft"
460459 />
461460 </b-form-group-stub >
462461
You can’t perform that action at this time.
0 commit comments