It gets its text from the placeholder attribute that I defined where I used the directive (attr(placeholder)). Another key factor is pointer-events: none – this allows clicks on the placeholder text to pass through to the select. Otherwise it won’t drop down if the user clicks the text.
https://stackoverflow.com/questions/5805059/how-do-i-make-a-placeholder-for-a-select-box

