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

feat(ffe-form): move invalid styling to components #2446

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

pethel
Copy link
Contributor

@pethel pethel commented Dec 16, 2024

BEAKING CHANGE: ffe-input-group does not apply any red borders to children with [aria-invalid='true'] any more. The children are responsible to apply their own invalid styles.

@@ -73,3 +81,13 @@
opacity: 1;
}
}
.ffe-input-field--invalid,
Copy link
Contributor Author

@pethel pethel Dec 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jag la til den her klasen hvis noen har en cusom komponent som ikke er av type input

Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2446.westeurope.2.azurestaticapps.net

BEAKING CHANGE: ffe-input-group does not apply any
red borders to children with [aria-invalid='true'] any more.
The children are responsible to apply their own invalid styles.
@pethel pethel force-pushed the main_fjern-aria-invalid-styling-input-group branch from 91c4277 to bb5553a Compare December 16, 2024 13:39
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2446.westeurope.2.azurestaticapps.net

@pethel pethel marked this pull request as ready for review December 16, 2024 13:44
@pethel pethel requested a review from a team as a code owner December 16, 2024 13:44
@pethel pethel merged commit 8154128 into develop Dec 16, 2024
3 checks passed
@pethel pethel deleted the main_fjern-aria-invalid-styling-input-group branch December 16, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants