Hi All,
Need to clear edittext without firing textchanged method. I wanted use
. Is there a way to achieve this using javaobject or reflection method ?
Best,
SK
Need to clear edittext without firing textchanged method. I wanted use
B4X:
editText.getText().clear();
Best,
SK