autocomplete: x icon issues and missing md-floating-label attribute in docs #2727
Description
According to the spec the "x" icon shouldn't be shown when your using md-floating-label
. Also md-floating-label
isn't in the docs list of attributes.
Spec for floating label style autocomplete(it's at the very bottom of the autocomplete stuff)
http://www.google.com/design/spec/components/text-fields.html#text-fields-auto-complete-text-field
Docs page missing md-floating-label
under attributes
https://material.angularjs.org/#/api/material.components.autocomplete/directive/mdAutocomplete
Also the x icon should be just an x instead of the current circle with an x. This can be seen on the spec link above. Here is the icon from the official google material icons repo
https://github.com/google/material-design-icons/blob/master/navigation/svg/production/ic_close_24px.svg