You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Then using 2 components inside ViWrapper, they get a strange width
To Reproduce
Put a ViSelect and a ViButton inside ViWrapper
Expected behavior
I don't know exactly what should happen, but the components should not break like this. Perhaps the button height should not be altered. And both'em get the same width (50% / 50%)
Screenshots
The text was updated successfully, but these errors were encountered:
I think we need more examples of current behaviour before make some changes on it. 3-4 examples already should be good. Do you have some idea about it @luizzzdev ?
IMHO the expected behaviour should be the same of the start behaviour in flex; Positioning the objects with the default size at the start. The same behaviour that you explain can be seen when we use with a button.
I think that something like this should be possible! <vi-wrapper class="ViComponent"> <vi-input :style="{ width: '20px' }"/> <vi-button> Home </vi-button> </vi-wrapper>
Describe the bug
Then using 2 components inside ViWrapper, they get a strange width
To Reproduce
Put a ViSelect and a ViButton inside ViWrapper
Expected behavior
I don't know exactly what should happen, but the components should not break like this. Perhaps the button height should not be altered. And both'em get the same width (50% / 50%)
Screenshots
The text was updated successfully, but these errors were encountered: