AlaskaAirlines / auro-library

Library of shared auro workflows, scripts, and utilities.
https://auro.alaskaair.com/
Apache License 2.0
0 stars 1 forks source link

Add function that allows user to find closest element based on a selector #43

Closed jordanjones243 closed 10 months ago

jordanjones243 commented 10 months ago

Is your feature request related to a problem? Please describe.

This feature request is related to work being done in auro-datepicker where we need to find the closest auro-datepicker from one of it's child elements in the DOM. Although this solution is currently only being used in datepicker, this function will be very useful within all of our components.

Describe the solution you'd like

Add a function that allows a user to find the closest element relative to a given selector.

Describe alternatives you've considered

None

Additional context

No response