fix(select): When using formControl, and you set the control back to default...
fix(select): When using formControl, and you set the control back to default or back to an empty string. It wasn't actually clearing the form. This is because the form doesn't like undefined. You need to set it to null.
Loading
Please register or sign in to comment