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

fix(ui): remove error border from disabled and quiet primitive fields #4457

Merged
merged 3 commits into from
Sep 18, 2023

Conversation

esauerbo
Copy link
Contributor

Description of changes

Text and select fields with quiet variation and hasError no longer show a red border when disabled. Moved disabled style down to bottom of file to take precedence over quiet.

Closes #4409

Issue #, if available

Description of how you validated changes

Visual inspection on docs page

Checklist

  • Have read the Pull Request Guidelines
  • PR description included
  • Relevant documentation is changed or added (and PR referenced)
  • yarn test passes and tests are updated/added
  • No side effects or sideEffects field updated

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@esauerbo esauerbo requested a review from a team as a code owner September 18, 2023 16:44
@changeset-bot
Copy link

changeset-bot bot commented Sep 18, 2023

🦋 Changeset detected

Latest commit: 3c7997c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 10 packages
Name Type
@aws-amplify/ui Patch
@aws-amplify/ui-react-core-notifications Patch
@aws-amplify/ui-react-core Patch
@aws-amplify/ui-react-liveness Patch
@aws-amplify/ui-react-native Patch
@aws-amplify/ui-react-notifications Patch
@aws-amplify/ui-react-storage Patch
@aws-amplify/ui-react Patch
@aws-amplify/ui-vue Patch
@aws-amplify/ui-angular Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@esauerbo esauerbo temporarily deployed to ci September 18, 2023 17:11 — with GitHub Actions Inactive
@esauerbo esauerbo temporarily deployed to ci September 18, 2023 17:11 — with GitHub Actions Inactive
@esauerbo esauerbo temporarily deployed to ci September 18, 2023 17:11 — with GitHub Actions Inactive
@esauerbo esauerbo temporarily deployed to ci September 18, 2023 17:11 — with GitHub Actions Inactive
Copy link
Contributor

@hbuchel hbuchel left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

Copy link
Contributor

@ioanabrooks ioanabrooks left a comment

Choose a reason for hiding this comment

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

Nice!

@esauerbo esauerbo merged commit 6a5a4d7 into main Sep 18, 2023
@esauerbo esauerbo deleted the primitives/quieterror branch September 18, 2023 18:59
@github-actions github-actions bot mentioned this pull request Sep 18, 2023
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.

Bug(ui): SelectField/Textfield quiet variation error state is not overridden by disabled state
3 participants