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

Tailwind Incompatiblity: Textfield/Select outline variant bugs visually #656

Open
Dudek-AMS opened this issue May 17, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Dudek-AMS
Copy link

Dudek-AMS commented May 17, 2024

To Reproduce
Include Tailwind to your Project

 <Textfield

                    class="shaped-outlined w-full"
                    variant="outlined"
                    label="something" bind:value={email} type="email" id="input-email" />

Screenshots
image

Additional context
SMUI is missing to set explicetly border top, left, right to 0

adding this to tailwind css fixed it

.mdc-notched-outline--notched .mdc-notched-outline__notch {
    @apply !border-t-0 !border-l-0 !border-r-0;
}
@Dudek-AMS Dudek-AMS added the bug Something isn't working label May 17, 2024
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

1 participant