Skip to content

my-custom-element

Implementation of the custom element. In contains the form with single input:

<form><input></form>

Try to input something with s letter. Search button appears and does not allow to type it.

While a regular, non wrapped inside shadowRoot, input works fine:

Source