![]() |
|
Disable browser input history on a TIWedit field - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Disable browser input history on a TIWedit field (/thread-2536.html) |
Disable browser input history on a TIWedit field - Mikael Nilsson - 10-21-2021 Hi, Ow do I disable browser input history on a TIWedit field? Regards RE: Disable browser input history on a TIWedit field - Jose Nilton Pace - 10-21-2021 Hi Mikael. Object Inspector: Attributes -> iaAutoComplete := False; RE: Disable browser input history on a TIWedit field - Mikael Nilsson - 10-22-2021 Hi, Fantastic. I wish there was some kind of documentation that explains every property there is. RE: Disable browser input history on a TIWedit field - kudzu - 10-25-2021 Attributes are part of the HTML DOM: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete |