Project

General

Profile

WLineEdit setAutoComplete isn't working

Added by Everton Fonseca almost 6 years ago

WLineEdit edit = new WLineEdit();

edit.setAutoComplete(false);

//

it still is showing autocomplete when it was clicked!