-
Notifications
You must be signed in to change notification settings - Fork 532
added labelClasses support #342
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
added labelClasses support #342
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. But please add relevant unit tests too.
…tor and not the field components
Not too familiar with your testing policies ... does the formGenerator test cover it? |
src/formGenerator.vue
Outdated
@@ -571,3 +569,11 @@ div.vue-form-generator(v-if='schema != null') | |||
|
|||
} // fieldset | |||
</style> | |||
// .errors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops ... how'd that get there?
not sure how that got there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanks!
vue-generators#339 appears to have been overwritten by vue-generators#342?
labelClasses field does not seem to be working for me as I am trying to add a fontawesome icon next to the field. Is there anyway to do so? Do you have any example? |
Please ignore it. |
fixes #333 - adds "labelClasses" to the field schema, allowing you to configure icons and other styles to labels via CSS classes.