-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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(angular): add focusTrap prop to modal and popover #29729
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
any update @brandyscarney ? ✨ |
+1 @brandyscarney 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested in a new Angular starter and confirmed the Can't bind to 'focusTrap' since it isn't a known property of 'ion-popover'.
error disappears with the dev build.
Issue number: resolves #29728
What is the current behavior?
The
focusTrap
property was missed when adding focus trapping configuration to the modal and popover. This results in a type error when developers attempt to assign to the property.What is the new behavior?
focusTrap
property toion-modal
andion-popover
for the angular component wrappersDoes this introduce a breaking change?
Other information
Dev-build:
8.2.6-dev.11721672792.195afb09