Getting the closest parent which is a custom element
I have custom element which has an input element that is not a first grade child. I want to get the parent custom element from the input and I tried using input.closest()
but it does not work with custom elements tag names
Element.closest() does not work when passed the tag name of a custom element
I have custom element which has an input element that is not a first grade child. I want to get the parent custom element from the input and I tried using input.closest()
but it does not work with custom elements tag names