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

Fixed: the click issue in ion-select when used inside ion-chip(#167) #185

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

ymaheshwari1
Copy link
Contributor

Related Issues

Related Issue #167

Short Description and Why It's Useful

As the ion-chip and ion-select has some padding between them when using ion-select inside ion-chip, if the user clicks outside of ion-select, but inside ion-chip in the padding part, the ion-select popover does not opens up.

Added support to override the ion-select click event and added a click event on ion-chip to programmatically trigger the ion-select event when user performs a click action anywhere inside ion-chip

Screenshots of Visual Changes before/after (If There Are Any)

Contribution and Currently Important Rules Acceptance

…#167)

As the ion-chip and ion-select has some padding between them when using ion-select inside ion-chip, if the user clicks outside of ion-select, but inside ion-chip in the padding part, the ion-select popover does not opens up.

Added support to override the ion-select click event and added a click event on ion-chip to programatically trigger the ion-select event when user performs a click action anywhere inside ion-chip
@ymaheshwari1 ymaheshwari1 merged commit 12c1f70 into hotwax:main Apr 12, 2024
2 checks passed
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.

1 participant