I noticed that everything is ok in Chrome, but the FP does not add an additional element, writes that it does not see the event, validation in HTML5 rescues me, but it’s generally interesting how to beat it
` let checkMaxWidth = function(elem = addAdditionalContainer){ let inputForm = event.target; console.log(inputForm.parentNode); inputForm.parentNode.appendChild(addAdditionalContainer); event.preventDefault; return false; };` 
eventto thecheckMaxWidthcall? - Grundy