Skip to content

Commit

Permalink
make sure validations are available for the personal form (#4252)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinmerbach authored and bbodine1 committed Aug 22, 2024
1 parent d9e7e51 commit fb378b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/insured/families/personal.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
personContainer.removeClass('hidden');
if ($("#family_information").length == 0) {
var memberContainer = $(".member-" + id + "-row");
console.log(".member-" + id + "-row")
$(".edit-member").addClass('disabled').attr('tabindex', -1);
memberContainer.find(".edit-member").addClass('hidden');
memberContainer.find(".edit-buttons").removeClass('hidden');
}
}
applyListeners();
indicateRequiredFields()
demographicValidations();
<% else %>
$(".append_consumer_info").html("<%= escape_javascript(render partial: "personal")%>");
$("#jq_datepicker_ignore_person_dob").closest(".floatlabel-wrapper").hide();
Expand Down

0 comments on commit fb378b2

Please sign in to comment.