I have a radiobutton that hides/shows a div. All visible elements are \"required\", but adding ignore: \":hidden\" after the validation rules, doesn\'t work... Here\'s the
Please try ignore: ":not(:visible)" instead of ignore: ":hidden".
ignore: ":not(:visible)"
ignore: ":hidden"