'Selecting an empty option is not working on Firefox

I would like to select an empty <option> element if !value. The below code is working on chrome but not on Firefox. Can anyone tell me why ?

<option value="" ?selected=${!value}></option>

PS: I am using lithtml

Thank you



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source