- Fixed a bug where the
ValidatableInputmixin reseted thesetCustomValidityto valid, which prevented the form to be considered as invalid if one input was manually set to invalid. The end-user is now responsible to reset the input to a valid state by callingsetCustomValidity('')whenever the value is valid.