new BootstrapRenderer()
This renderer adds the bootstrap 'form-control' class
to the input element.
- Source:
Extends
Methods
-
createDom(dom) → {Element}
-
This function creates the DOM structure for the autocomplete component and returns it
Parameters:
Name Type Description dom
goog.dom.DomHelper - Source:
Returns:
- Type
- Element
-
getInput(component, dom) → {HTMLInputElement}
-
This function returns the text input if it has been created. Null otherwise
Parameters:
Name Type Description component
goog.ui.Component dom
goog.dom.DomHelper - Inherited From:
- Source:
Returns:
- Type
- HTMLInputElement