- visit https://makeup.github.io/makeup-js/makeup-floating-label/index.html
- Enter values in textboxes and make a selection in select
- Click reset button
- Click refresh button
- Notice select label does not go back to inline position
Looks like floating-label__label--inline is not being applied to the label of the select. Maybe due to this line: https://github.com/makeup/makeup-js/blob/master/packages/makeup-floating-label/src/index.js#L178