Letter Invisible in IOS

Hi

ionic ios letter are not visible

I found one solution if i apply z-index -1 then letter are visible but cause another issue after applying z-index keayboard will not open.if i remove z-index then keyboard will open but text will invisible

thanks in advance please anyone help me out

Hey,

i have found the issue why letter are not visible because of kendo multiselect plugin
if i remove this multiselect it working fine

Please help me i have tried my best to solve this but i can’t do anything

Thanks please me

Finally solved issue after lot’s of searching on google
.input-cover{
position:static !important
}