IgxInput does not remove its validation error style after the form is reset.

Form state is reset but the Name field and Price field keep invalid style.
Name field and Price field does not have invalid style.
any update for this issue ?
+1
@GeanAlexandre, @PixelShoot we are starting to work on this. Regards!
This issue should be fixed in next version. One note. If developer changes the value of any input by calling setValue or patchValue the input may or may not show validation errors. Here is how input should work by specification:
If developer needs to set invalid value, e.g. null or undefinde on touched or dirty form, and need to hide validation errors, he should call reset to make input pristine and untouched.
Most helpful comment
This issue should be fixed in next version. One note. If developer changes the value of any input by calling
setValueorpatchValuethe input may or may not show validation errors. Here is how input should work by specification:If developer needs to set invalid value, e.g.
nullorundefindeon touched or dirty form, and need to hide validation errors, he should callresetto make input pristine and untouched.