{"version":3,"file":"js/other_vehicle_manufacturer-bbbe748f9dd1181e72cd.js","mappings":"uGAAAA,SAASC,iBAAiB,oBAAoB,KAC5C,SAASC,IACP,MAAMC,EAAsBH,SAASI,eACnC,uEAEIC,EAA2BL,SAASI,eACxC,oCAGgC,UAA9BD,EAAoBG,MACtBD,EAAyBE,gBAAgB,UAEzCF,EAAyBG,aAAa,SAAU,GAEpD,CAEAN,IAEAF,SACGI,eACC,uEAEDH,iBAAiB,UAAU,IAAMC,KAAgB,G","sources":["webpack://contact-external-ui/./app/javascript/other_vehicle_manufacturer.js"],"sourcesContent":["document.addEventListener('DOMContentLoaded', () => {\n function toggleDisplay() {\n const manufacturerElement = document.getElementById(\n 'wizard_create_case_capture_vehicle_information_vehicle_manufacturer'\n );\n const otherManufacturerElement = document.getElementById(\n 'vehicle_other_manufacturer_field'\n );\n\n if (manufacturerElement.value === 'Other') {\n otherManufacturerElement.removeAttribute('hidden');\n } else {\n otherManufacturerElement.setAttribute('hidden', '');\n }\n }\n\n toggleDisplay();\n\n document\n .getElementById(\n 'wizard_create_case_capture_vehicle_information_vehicle_manufacturer'\n )\n .addEventListener('change', () => toggleDisplay());\n});\n"],"names":["document","addEventListener","toggleDisplay","manufacturerElement","getElementById","otherManufacturerElement","value","removeAttribute","setAttribute"],"sourceRoot":""}