selectAll (event) {
    Rails.stopEverything(event)
    this.options.forEach(o => (o.selected = true))
    this.selectTarget.dispatchEvent(new Event('change'))
  }