Skip to content

v3.2.1

Compare
Choose a tag to compare
@logaretm logaretm released this 21 Dec 02:01

πŸ› Fixes

  • Reset failedRules on the ValidationProvider after calling reset() #2552
  • Fix inconsistencies between customMessages and rule messages when generating target field rules. Now using {param} will always resolve to the field name if it was a target or the value if its not. while {_param_} will always resolve to its value #2553
  • Resolve rules for textarea inputs. #2547