Materialize docs - http://materializecss.com/forms.html
I want to hide Materialize select option by jquery. I added a class to an option and by using this code $('.break_5').hide();
option is hidden successfully. But it is displayed in Materialize select box.
According to the docs, in order to update the items inside the select, you must destroy the material and rerun initialization.
Then recreate your select with or without certain options and initialize new select.
The framework has changed since this answer, so here we go:
It's typescript, but you get the idea :) Cheers.