You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TextField amountField = new TextField("Amount:");
ResetButtonForTextField.extend(amountField);
InputMask amountInputMask = new InputMask(Alias.CURRENCY);
amountInputMask.setClearMaskOnLostFocus(true);
Will show empty "Amount:" field till you type something. When you clear the value field remain "$ 0.00" forever (and is no way to clear the value and set it to null/"").
The text was updated successfully, but these errors were encountered:
Will show empty "Amount:" field till you type something. When you clear the value field remain "$ 0.00" forever (and is no way to clear the value and set it to null/"").
The text was updated successfully, but these errors were encountered: