We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuetify: 1.1.10 Vue: 2.5.17 Browsers: Chrome 68.0.3440.84 OS: MacOs 10.13.6
Create a text-field within a menu within a toolbar
The text-field should have full width of the toolbar, as is the case for a text-field within a toolbar when not using a menu.
The text-field size is too smal
https://codepen.io/everhardt/pen/yqwPQv
I did use the full-width prop for the menu, as suggested in #4546.
full-width
The text was updated successfully, but these errors were encountered:
This will be fixed with #3206, you can work around it for now with <v-menu class="grow"
<v-menu class="grow"
Sorry, something went wrong.
Great, thanks for the very quick response!
No branches or pull requests
Versions and Environment
Vuetify: 1.1.10
Vue: 2.5.17
Browsers: Chrome 68.0.3440.84
OS: MacOs 10.13.6
Steps to reproduce
Create a text-field within a menu within a toolbar
Expected Behavior
The text-field should have full width of the toolbar, as is the case for a text-field within a toolbar when not using a menu.
Actual Behavior
The text-field size is too smal
Reproduction Link
https://codepen.io/everhardt/pen/yqwPQv
Additional Comments:
I did use the
full-width
prop for the menu, as suggested in #4546.The text was updated successfully, but these errors were encountered: