vuetify
vuetify copied to clipboard
[Bug Report][3.0.0-beta.13] v-checkbox inline property doesn't work
Environment
Vuetify Version: 3.0.0-beta.13 Vue Version: 3.2.41 Browsers: Firefox 106.0 OS: Windows 10
Steps to reproduce
Example from the vuetify documentation, I added "inline" to both checkboxes
Expected Behavior
Checkboxes are rendered in one line, i.e. side by side.
Actual Behavior
Checkboxes are still rendere below each other.
Reproduction Link
VCheckbox doesn't have an inline prop, it isn't supposed to be inherited from VSelectionControl
Good to know. The API documentation lists "inline", though.