Vuetify: [Docs] demonstrate prepend-inner-icon and append-outer-icon

Created on 17 Jan 2019  路  6Comments  路  Source: vuetifyjs/vuetify

Versions and Environment

Vuetify: 1.4.2
Vue: 2.5.22
Browsers: Firefox 65.0
OS: Linux x86_64

Steps to reproduce

  • Create a v-text-field
  • use prepend-icon or prepend-outer-icon

Expected Behavior

  • Prepend-icon should be inside the border
  • Prepend-outer-icon should be outside the border

Actual Behavior

  • Both are outside the border

Reproduction Link

https://codepen.io/anon/pen/jXRorV

documentation

Most helpful comment

All 6 comments

It's prepend-icon and prepend-inner-icon, there is no prepend-outer-icon. You should also use the css version of fontawesome, see #3505.

Then there is an error in the examples: https://vuetifyjs.com/en/components/text-fields#icons

I also was successful in using FontAwesome SVG finally.

Wouldn't say error so much as potentially misleading.

It's an error as it is not working :)

It's not working because you used it wrong, there's no prepend-outer-icon in that example either.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

paladin2005 picture paladin2005  路  3Comments

aaronjpitts picture aaronjpitts  路  3Comments

SteffenDE picture SteffenDE  路  3Comments

ricardovanlaarhoven picture ricardovanlaarhoven  路  3Comments

radicaled picture radicaled  路  3Comments