-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Label is not available in plugin options (but placeholder is) #10
Labels
Comments
github-actions bot
pushed a commit
that referenced
this issue
Jul 12, 2020
## [1.2.3](v1.2.2...v1.2.3) (2020-07-12) ### Bug Fixes * **core:** add label in plugin options ([7cfa111](7cfa111)), closes [#10](#10)
🎉 This issue has been resolved in version 1.2.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@Tofandel i have fixed this issue. can you check if this issue solved ? |
Nope it's still missing in the props of the component label: {
type: String,
default: 'Enter a Phone Number',
},
placeholder: {
type: String,
default: () => getDefault('placeholder'),
}, Should be label: {
type: String,
default: () => getDefault('label'),
},
placeholder: {
type: String,
default: () => getDefault('placeholder'),
}, |
okay it's fixed now in version 1.2.6 |
closing this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The label prop is not taken from the plugin options, this is inconsistent behavior and it should be configurable like placeholder is
The text was updated successfully, but these errors were encountered: