Hi Peter,
Yes, you can stop autofill feature, normally browser have this feature, and if we don’t want we can stop for certain fields, following attribute will do the trick
autocomplete =“off”
add this in the extended property of textbox.
Thanks
Balu