I upgraded from [email protected] to [email protected], but the layout broke.
Several CSS properties and js methods do not seem to work.
before

after

For more flexibility, the margins of the components were removed if the only thing missing is to add margins so that they work as they should in your case
to change the styles of the input we have the class vs-input
it would be something like that to add margins
.myClassContainer .vs-input {
margin: 8px
}
thanks you!!
but does not patch note describe the update method
this one not work.
vs-type="password"


@luisDanielRoviraContreras N/O
For support issues, the vs-type was removed and you can use the normal type and the default validations are also eliminated. Now they are manual for better handling and flexibility
i see. thanks u!
@luisDanielRoviraContreras i think that 'type="password"' not working.
How do you expect to specify the type setting?
<vs-input type="hoge" /> no
I already solve it in the last version, thank you very much for the contribution to improve Vuesax
https://lusaxweb.github.io/vuesax/components/input.html#label
sry i dont Understand.
What item is referring to?
<vs-input disabled="true" vs-label="Password" vs-placeholder="Disabled" v-model="value2"/>
@luisDanielRoviraContreras N/O
Sorry that documents do not change the idea is to try if it works with the latest version
Most helpful comment
For support issues, the
vs-typewas removed and you can use the normaltypeand the default validations are also eliminated. Now they are manual for better handling and flexibility