Bug 1542720 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Hey Tim, I'm loaded the patch from bug 1534455 and I'm trying to extend the `AutocompleteInput` class in order to create the `gloda-search` CE.
Are you planning to make it accessible through `MozElements` or it can only be used as `is="autocomplete-input"`?
Is there a way for me to extend that class?
Hey Tim, I'm loaded the patch from bug 1534455 and I'm trying to extend the `AutocompleteInput` class in order to create the `gloda-search` CE.
Are you planning to make it accessible through `MozElements` or it can only be used as `is="autocomplete-input"`?
Is there a way for me to extend that class?

::EDIT::

I should add that I tried `customElements.get("autocomplete-input")`
and I'm getting this error: `class heritage customElements.get(...) is not an object or null`
Hey Tim, I've loaded the patch from bug 1534455 and I'm trying to extend the `AutocompleteInput` class in order to create the `gloda-search` CE.
Are you planning to make it accessible through `MozElements` or it can only be used as `is="autocomplete-input"`?
Is there a way for me to extend that class?

::EDIT::

I should add that I tried `customElements.get("autocomplete-input")`
and I'm getting this error: `class heritage customElements.get(...) is not an object or null`

Back to Bug 1542720 Comment 2