Skip to content

Commit

Permalink
docs(upgrade-guide.md): add prepend/append-icon-cb removal (vuetifyjs…
Browse files Browse the repository at this point in the history
…#13392)

* docs(upgrade-guide): Added prepend/append-icon-cb removal

* Update upgrade-guide.md
  • Loading branch information
davidbielik authored Jun 11, 2021
1 parent b5e34c6 commit c05f703
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ _Developer notes: The tabs-items component does not have to be provided and is o
#### v-text-field

- The **mask** prop and functionality has been removed. Instead you can use 3rd party libraries such as `vue-the-mask`.
- The `prepend-icon-cb`, `prepend-inner-icon-cb`, `append-icon-cb`, and `append-outer-icon-cb` props have been removed. Instead you can use `@click:prepend`, `@click:prepend-inner`, `@click:append`, and `@click:append-outer` events, respectively.

#### v-text-field - v-select - v-textarea - v-autocomplete - v-combobox

Expand Down

0 comments on commit c05f703

Please sign in to comment.