Skip to content

Commit

Permalink
fix(core): add label in plugin options
Browse files Browse the repository at this point in the history
add label in plugin options

fix #10
  • Loading branch information
yogakurniawan committed Jul 12, 2020
1 parent 9ad6b91 commit 7cfa111
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/vue-tel-input-vuetify.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-tel-input-vuetify.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/vue-tel-input-vuetify.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export function setCaretPosition(ctrl, pos) {

export const defaultOptions = {
placeholder: 'Enter a phone number',
label: 'Enter a Phone Number',
disabledFetchingCountry: false,
disabled: false,
disabledFormatting: false,
Expand Down
1 change: 1 addition & 0 deletions src/lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export function setCaretPosition(ctrl, pos) {

export const defaultOptions = {
placeholder: 'Enter a phone number',
label: 'Enter a Phone Number',
disabledFetchingCountry: false,
disabled: false,
disabledFormatting: false,
Expand Down

0 comments on commit 7cfa111

Please sign in to comment.