$("input[name=name]").val('test');
when applying the value using Jquery. then after clicking the save button value is automatically erased and throws the required error message.
$("input[name=name]").val('test');
when applying the value using Jquery. then after clicking the save button value is automatically erased and throws the required error message.