class Primer::Alpha::AutoComplete

def before_render

add `input` and `results` without needing to explicitly call them in the view
def before_render
  with_results(classes: "") unless results?
  with_input(classes: "") unless input?
end