Answers for "parsely ignores hidden field"

0

parsely ignores hidden field

window.ParsleyConfig = {
  excluded: 'input[type=button], input[type=submit], input[type=reset]',
  inputs: 'input, textarea, select, input[type=hidden], :hidden',
};
Posted by: Guest on March-03-2021

Browse Popular Code Answers by Language