|
<< Click to Display Table of Contents >> Navigation: Forum > Disable browser input history on a TIWedit field |
10-21-2021, 05:04 PM:
Hi,
Ow do I disable browser input history on a TIWedit field?
Regards
10-21-2021, 09:58 PM:
Hi Mikael.
Object Inspector: Attributes -> iaAutoComplete := False;
10-22-2021, 06:08 AM:
Hi,
Fantastic. I wish there was some kind of documentation that explains every property there is.
10-25-2021, 06:55 PM:
Attributes are part of the HTML DOM:
https://developer.mozilla.org/en-US/docs...tocomplete