Skip to content

fix(checkbox, radio, toggle): disabled elements are not interactive - #28294

Merged
liamdebeasi merged 3 commits into
mainfrom
FW-5310
Oct 9, 2023
Merged

fix(checkbox, radio, toggle): disabled elements are not interactive#28294
liamdebeasi merged 3 commits into
mainfrom
FW-5310

Conversation

@liamdebeasi

@liamdebeasi liamdebeasi commented Oct 5, 2023

Copy link
Copy Markdown
Contributor

Issue number: resolves #28293


What is the current behavior?

Disabled toggles, radios, and checkboxes can still be enabled by manually dispatching a click event on them.

What is the new behavior?

  • Toggles, radios, and checkboxes no longer activate if disabled is set to true

Does this introduce a breaking change?

  • Yes
  • No

Other information

Dev build: 7.4.4-dev.11696545130.1171e7a9

@github-actions github-actions Bot added the package: core @ionic/core package label Oct 5, 2023
@liamdebeasi liamdebeasi changed the title Fw 5310 fix(checkbox, radio, toggle): disabled elements are not interactive Oct 5, 2023
@liamdebeasi
liamdebeasi marked this pull request as ready for review October 5, 2023 22:43
@liamdebeasi
liamdebeasi enabled auto-merge October 5, 2023 22:50
@liamdebeasi
liamdebeasi requested a review from a team October 9, 2023 20:42
@liamdebeasi
liamdebeasi added this pull request to the merge queue Oct 9, 2023
Merged via the queue into main with commit c70432e Oct 9, 2023
@liamdebeasi
liamdebeasi deleted the FW-5310 branch October 9, 2023 21:22
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: manually dispatching click on disabled toggle, radio, and checkbox still activates elements

2 participants