Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi Experts, Please let me know how to avoid autocomplete or history from textInout control.
Hi Vikas,
The autocomplete should be set to off. <input type='text' autocomplete='off' /> or inputElement.setAttribute('autocomplete', 'off'); Please test that it works in your browser.
Regards, Vlad Turian