Defense events

At Bombardier Defense, we are known for building strong and lasting relationships with our partners. We’ll be on site at the upcoming events below.
{ let object = {}; let formData = new FormData($el); formData.forEach((value, key) => object[key] = value); return object; }, init: function() { this.oldEntries = this.getEntries(); }, onChangeHandler: function() { let newEntries = this.getEntries(); if (this.oldEntries) { const changeInRadio = this.oldEntries.field_event_start_date_value_1 !== newEntries.field_event_start_date_value_1; const changeInSelect = this.oldEntries.year !== newEntries.year; // Radio change if (changeInRadio) { const select = this.$el.querySelector(`[name='year']`); select.value = null; select.dispatchEvent(new Event('change')); } // Select change else if (changeInSelect) { const radiosList = Array.from(this.$el.querySelectorAll(`[name='field_event_start_date_value_1']`)); radiosList.forEach(radio => { radio.checked = false; }); // Assomption: Last radio is the option for `All` radiosList[radiosList.length - 1].checked = true; } } newEntries = this.getEntries(); this.oldEntries = newEntries; setTimeout(() => { this.submitForm(); }, 10); }, submitForm: () => { $el.querySelector('.js-form-submit').click() } }" x-on:drupal-ajax.window="oldEntries = getEntries()"; x-on:change="onChangeHandler()">
(optional)

2 results

Seoul ADEX 2025
October 20, 2025 to October 24, 2025
KINTEX, Goyang, South Korea
Dubai Airshow 2025
November 17, 2025 to November 21, 2025
Dubai World Center, Dubai South, Dubai, UAE