goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.13k stars 123 forks source link

fix: use inert to ignore contents of accordion trigger that's closed #191

Closed goetzrobin closed 4 months ago

goetzrobin commented 4 months ago

this prevents users to accidentally access tapable children, e.g. buttons.

closes #175

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

Which package are you modifying?

What is the current behavior?

Closes #175

What is the new behavior?

Does this PR introduce a breaking change?

Other information

goetzrobin commented 4 months ago

@ajitzero let me know if this looks good now! thanks for checking!