_isDropdownType()

in ui/plugin.js [142:144]


  _isDropdownType(input) {
    return input.type === "dropdown";
  }