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(many): update form controls (radio, checkbox, toggle, input, select) to have consistent disabled opacity #27396

Merged
merged 47 commits into from May 17, 2023

Conversation

brandyscarney
Copy link
Member

@brandyscarney brandyscarney commented May 4, 2023

Issue number: resolves #27184


What is the current behavior?

The modern form controls do not use the same opacity for their labels when disabled, resulting in inconsistent UI when using two different types in the same view (select vs checkbox, for example).

What is the new behavior?

The checkbox, input, radio, range, select, textarea and toggle labels have been updated on both modes to use the same opacity as each other when disabled. The checkbox and radio icons have been updated to use a different opacity than the label for md mode.

  • Updates ios mode so all form controls use the same opacity of 0.3
    • I could not find any guidelines by Apple for what color these should be, so I decided to just make them the same as what is most commonly used & match item
  • Updates md mode so all form control labels use the same opacity of 0.38
    • I used the Material Design 3 documentation to get this number as well as the opacity of the disabled selection controls in the Material Design 2 figma design kit. The Material Design 2 documentation does not mention the opacity, but this is also the number used by Material Design 1 so it's safe to assume it is what the disabled form labels should also use for Material Design 2.
  • Updates the md range so the slotted elements are also included when setting the opacity on the label
  • Updates the range, radio & checkbox tests to make sure there are screenshots in the different disabled states
  • Updates the item/disabled test to include radio & textarea so you can see all form controls side by side

Does this introduce a breaking change?

  • Yes
  • No

Other information

I downloaded screenshots of the item disabled tests and put them side by side for main and this branch in order to see the differences in the labels. The grey boxes to the left of each item are just a bigger version of the label color for that item, so it's easier to see when they aren't the same.

iOS before and after
MD before and after

@stackblitz
Copy link

stackblitz bot commented May 4, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@github-actions github-actions bot added the package: core @ionic/core package label May 4, 2023
@brandyscarney
Copy link
Member Author

@sean-perkins Can you take a look at this? I think it replaces your PR here #26893

Copy link
Contributor

@sean-perkins sean-perkins left a comment

Choose a reason for hiding this comment

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

I don't have any outstanding feedback, nice work 👍

@brandyscarney brandyscarney added this pull request to the merge queue May 17, 2023
Merged via the queue into main with commit 995a848 May 17, 2023
45 checks passed
@brandyscarney brandyscarney deleted the FW-4037 branch May 17, 2023 14:42
brandyscarney added a commit that referenced this pull request May 22, 2023
…ct) to have consistent disabled opacity (#27396)

Issue number: resolves #27184

---------

The modern form controls do not use the same opacity for their labels
when disabled, resulting in inconsistent UI when using two different
types in the same view (select vs checkbox, for example).

The checkbox, input, radio, range, select, textarea and toggle labels
have been updated on both modes to use the same opacity as each other
when disabled. The checkbox and radio icons have been updated to use a
different opacity than the label for `md` mode.

- Updates `ios` mode so all form controls use the same opacity of `0.3`
- I could not find any guidelines by Apple for what color these should
be, so I decided to just make them the same as what is most commonly
used & match item
- Updates `md` mode so all form control labels use the same opacity of
`0.38`
- I used the [Material Design 3
documentation](https://m2.material.io/components) to get this number as
well as the opacity of the disabled selection controls in the [Material
Design 2 figma design
kit](https://www.figma.com/community/file/778763161265841481). The
Material Design 2 documentation does not mention the opacity, but this
is also the number used by Material Design 1 so it's safe to assume it
is what the disabled form labels should also use for Material Design 2.
- Updates the `md` range so the slotted elements are also included when
setting the opacity on the label
- Updates the range, radio & checkbox tests to make sure there are
screenshots in the different disabled states
- Updates the item/disabled test to include radio & textarea so you can
see all form controls side by side

- [ ] Yes
- [x] No

I downloaded screenshots of the item disabled tests and put them side by
side for `main` and this branch in order to see the differences in the
labels. The grey boxes to the left of each item are just a bigger
version of the label color for that item, so it's easier to see when
they aren't the same.

![iOS before and
after](https://github.com/ionic-team/ionic-framework/assets/6577830/2ce53625-e4e3-4565-a741-a47e27cf0275)
![MD before and
after](https://github.com/ionic-team/ionic-framework/assets/6577830/9cd83cdc-ab45-49bf-a0dc-1d78ba7f43be)

---------

Co-authored-by: ionitron <hi@ionicframework.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: core @ionic/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Disabled modern form controls do not have consistent label color on iOS
5 participants