This small hint explains how to avoid html tag soup when developing XPages. If you use a panel or a computed field, Domino generates a DIV or SPAN tag at runtime. There are 2 steps to avoid this behaviour in the Properties view on the Style tab activate "Disable runtime-applied default ...
Question: How can I disable the "autocomplete" feature in browsers for input fields? Answer: To disable the browser's own dropdown list for input text controls, set the "autocomplete" property (in "All Properties") to "off". {code:} <xp:inputText id="inputText1" ...