I would like to choose dynamically whether to display the blank option in my select component.
I am using it to display an ALL value and don't want to show this if the select has only 1 option. Unfortunately the docs say that the blankOption is a literal and not a property. Is there any way to change that easily? Maybe it's easiest just to add a new option with the name and value I want? John