I am trying to have the same effect with floating labels on <select> elements as on <input> elements, where the label is large and centered in the control until a value is entered.
Looking at the examples here: https://getbootstrap.com/docs/5.0/forms/floating-labels/
I can see the desired behavior with the <input> elements, but even they don’t do that with the <select> elements, instead they have a default value prompting the user to select a value.
If this is possible?