Hi Isomorphic,
We are using Smart Gwt-5.x
Browser: Chrome
Issue :Auto fill data is not able to disable on text items(Like Password text Items).
Following properties I tried but not achieved.
PasswordItem pwdTextItem = new PasswordItem ();
pwdTextItem.setAutoComplete(AutoComplete.NONE);
pwdTextItem.setAttribute( "autocomplete", "off" );
Please let us know if any solution is available.
Best Regards,
We are using Smart Gwt-5.x
Browser: Chrome
Issue :Auto fill data is not able to disable on text items(Like Password text Items).
Following properties I tried but not achieved.
PasswordItem pwdTextItem = new PasswordItem ();
pwdTextItem.setAutoComplete(AutoComplete.NONE);
pwdTextItem.setAttribute( "autocomplete", "off" );
Please let us know if any solution is available.
Best Regards,
Comment