I put a currency control in my App. With no default set, or with {{null}} default, it will still default to “0”
I would expect it to clear the control.
I have turned on “Allow Clear”, and when the X is pressed, it will clear the control.
But
ui_currencyControl.clearValue();
ui_currencyControl.setValue( null );
Both leave the “0” in the control

