Skip to content
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

How to use builtin label of custom components (quasar input)? #151

Open
abumalekFayed opened this issue Nov 29, 2022 · 1 comment
Open
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@abumalekFayed
Copy link

No description provided.

@mesqueeb
Copy link
Member

mesqueeb commented Dec 6, 2022

If you want to pass the labels to the components, and not render them as BlitzField labels, you need to add this:

<BlitzForm :internalLabels="true" />

On on a field by field basis:

<BlitzForm :schema="[{ component: 'MyComponent', internalLabels: true }]" />

Would greatly appreciate a PR towards the documentation to add this!

@mesqueeb mesqueeb added documentation Improvements or additions to documentation help wanted Extra attention is needed labels Dec 6, 2022
@mesqueeb mesqueeb changed the title How to use builtin label of quasar input? How to use builtin label of custom components (quasar input)? Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants