Skip to content

v0.2.4

Latest
Compare
Choose a tag to compare
@bakura10 bakura10 released this 15 Aug 16:14
0.2.4
  • Fixed a bug where the ValidatableInput mixin reseted the setCustomValidity to 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 calling setCustomValidity('') whenever the value is valid.