Skip to content

Commit

Permalink
fix(VTextField): update onClick:appendInner event name check
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 20, 2022
1 parent 1096d83 commit c612aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VTextField/VTextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const VTextField = genericComponent<new <T>() => {
onClick:control={ onControlClick }
onClick:clear={ onClear }
onClick:prependInner={ attrs['onClick:prependInner'] }
onClick:appendInner={ attrs['onClick:prependInner'] }
onClick:appendInner={ attrs['onClick:appendInner'] }
role="textbox"
{ ...fieldProps }
active={ isActive.value || isDirty.value }
Expand Down

0 comments on commit c612aa9

Please sign in to comment.