I've seen that other libraries based on material design (like angular-material) have the option of select a null option in a md-select. With ember-cli-materialize we have as much a prompt attribute but with this option disabled by default (as I've seen, the prompt is as well disabled in the examples of MaterializeCSS). I think that a null option is a good solution if you need to clear a select element but I don't know what would be the beast approach to resolve this. What do you think?
I've seen that other libraries based on material design (like angular-material) have the option of select a null option in a md-select. With ember-cli-materialize we have as much a prompt attribute but with this option disabled by default (as I've seen, the prompt is as well disabled in the examples of MaterializeCSS). I think that a null option is a good solution if you need to clear a select element but I don't know what would be the beast approach to resolve this. What do you think?