Skip to content
New issue

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

bug(MdAutocomplete) (1.0.0-beta) Disabled autocompletes shouldn't be clearable #1321

Closed
emman27 opened this issue Dec 21, 2017 · 2 comments · Fixed by #1326
Closed

bug(MdAutocomplete) (1.0.0-beta) Disabled autocompletes shouldn't be clearable #1321

emman27 opened this issue Dec 21, 2017 · 2 comments · Fixed by #1326
Labels

Comments

@emman27
Copy link
Contributor

emman27 commented Dec 21, 2017

Steps to reproduce

<md-autocomplete :md-options="choices" v-model="text" disabled>
  <label>Text</label>
</md-autocomplete>

Which browser?

1.0.0-beta-7

What is expected?

What is actually happening?

Reproduction Link

@praveenpuglia
Copy link

Can you please explain what you mean by clearable? I am setting disabled attribute to autocomplete and i don't see an enabled input.

Would be great if you could make a CodePen or similar example.

@emman27
Copy link
Contributor Author

emman27 commented Dec 22, 2017

@praveenpuglia The cross still shows up and you can click it to clear the field, the example given above is actually sufficient to showcase this. Sorry I can't seem to get a working pen using the beta versions of VueMaterial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment