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

Input color and variant inside formGroup #352

Closed
danielohling opened this issue Jun 27, 2023 · 4 comments
Closed

Input color and variant inside formGroup #352

danielohling opened this issue Jun 27, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@danielohling
Copy link
Contributor

danielohling commented Jun 27, 2023

Hello!
I have a quick question, I can't manage to set color and variant to input within formGroup, is this intentional or is it a bug? The variant and color are completely unaffected when I do it within the formGroup.

        <UFormGroup name="first_name" label="Firstname">
            <UInput
            name="first_name"
            color="gray"
            variant="outline"
            v-model="profile.first_name"
            size="xl"
            autocomplete="false"
            />
        </UFormGroup>
@danielohling danielohling added the question Further information is requested label Jun 27, 2023
Copy link
Member

Would you mind providing a reproduction link using the StackBlitz playground? https://stackblitz.com/edit/nuxtlabs-ui?file=app.config.ts,app.vue

@danielohling
Copy link
Contributor Author

Sure!

@danielohling
Copy link
Contributor Author

Copy link
Member

There was indeed a bug! Thanks for the report 😊

@benjamincanac benjamincanac added bug Something isn't working and removed question Further information is requested labels Jun 27, 2023 — with Volta.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants