Vuesax: i need update guide.

Created on 11 Jul 2018  路  11Comments  路  Source: lusaxweb/vuesax

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

before
2018-07-11 13 07 36

after
2018-07-11 13 06 13

Most helpful comment

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

All 11 comments

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"

2018-07-11 15 02 26
2018-07-11 15 01 56

@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

Was this page helpful?
0 / 5 - 0 ratings