vue-pdf-app icon indicating copy to clipboard operation
vue-pdf-app copied to clipboard

how to remove the history search

Open angelsaber opened this issue 3 years ago • 2 comments

how to remove the history search 微信图片_20210915172140

angelsaber avatar Sep 15 '21 09:09 angelsaber

Hi! Use:

mounted() {
  const elem = document.getElementById("findInput");
  elem && elem.setAttribute("autocomplete", "off");
}

I'll add this in a future release by default

sandanat avatar Oct 04 '21 21:10 sandanat

I'll add this in a future release by default

I tried it and it worked.thanks

angelsaber avatar Oct 08 '21 10:10 angelsaber