How to prevent LastPass (chrome extension) from auto-filling input field
Put this attribute in your input element you wish to not have LP alter.
data-lpignore="true"
Try using type="search" instead.. which is an invalid type... which will fallback to type text...
Stop LastPass filling out a form