Autocomplete no longer working in Firefox Developer 70.0b

Hi,

the autocomplete control is no longer working after updating Firefox Developer Edition to 70.0b. The dropdown works correctly, but it’s impossible to select an item.
This can be seen also on the demo in Framework7 homepage. If you type ‘ap’, the dropdown list refines, but selecting any item, just leaves ‘ap’ in the box, instead of the selected value.

Thanks.

Massimo.

just for testingl try wirh fast clicks disabled

var app = new Framework7({
  touch: {
    // Disable fast clicks
    fastClicks: false
  }
})