_isTextType()

in ui/plugin.js [138:140]


  _isTextType(input) {
    return input.type === "text";
  }