There's something I'm working on that I need some help with. I have a taxonomy using a select_tree field type, and it seems to inherit the Select2 library. Say I have a simple taxonomy where the parent is a state, and a store in that given parent state is set as a child term. The select tree is then 2 select boxes. I'd like to have the first say something like "Select State," and the second "Select Store."
The problem I have is a placeholder I set like "Select Store" is set for both boxes, and I'm having a great difficulty in changing one or the other. Is it possible to set different placeholders for a term in the hierarchy from the options provided by the Meta Box framework?