Multiple input components (AutoComplete, CascadeSelect, DatePicker, InputMask, InputNumber, InputText, MultiSelect, TextArea etc) set a z-10 class, either by default or on focus.
Setting the same z-index prevents the Floatlabel from transition from behind the input on focus.
Multiple input components (
AutoComplete
,CascadeSelect
,DatePicker
,InputMask
,InputNumber
,InputText
,MultiSelect
,TextArea
etc) set az-10
class, either by default or on focus.Setting the same
z-index
prevents the Floatlabel from transition from behind the input on focus.