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
Used MdAutocomplete component with md-icon and label
The icon should be on the left side of the text input, as shown on many examples
Text input is shifted to the right, as if it is waiting for an icon, but the icon is on the right side of it.
I'm trying to create a timepicker that matches MdDatepicker style, but this makes it impossible.
https://codesandbox.io/s/vue-material-quick-start-398v4?fontsize=14
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
Used MdAutocomplete component with md-icon and label
What is expected?
The icon should be on the left side of the text input, as shown on many examples
What is actually happening?
Text input is shifted to the right, as if it is waiting for an icon, but the icon is on the right side of it.
Reproduction Link
I'm trying to create a timepicker that matches MdDatepicker style, but this makes it impossible.
https://codesandbox.io/s/vue-material-quick-start-398v4?fontsize=14
The text was updated successfully, but these errors were encountered: