Relative Content

Tag Archive for javascriptcustom-element

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