Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with placeholders overlapping with text on ipad only #1686

Open
maxillosoft-dimitry opened this issue Apr 3, 2023 · 3 comments
Open

Comments

@maxillosoft-dimitry
Copy link

I am having an issues that I cannot seem to figure out. I am using Nodejs 12.22.1 with vue-multiselect ^2.1.7.

The following screen has placeholders as shown in the screen below:

Screenshot-20230403103605-444x138

When I type something, it shows as the following but the placeholders come through as shown below:
Screenshot-20230403103640-412x138

This only happens on the ipad using chrome but works fine on the desktop using chrome.

Any ideas?

Thanks
-Dimitry

@TimNielsen11
Copy link

I am also seeing this issue, Node 12.20.2, vue-multiselect 2.1.6
It only seems to be at smaller resolutions or browser widths

<multiselect
v-model="selectActivity"
name="chActivity"
track-by="activity"
:custom-label="customActivityLabel"
:options="arrChActivity"
@input="onChActivity"
:searchable="true"
:allow-empty="true"
@select="enableComp">

@mattelen
Copy link
Collaborator

Which iOS version, and Chrome version is this (if it still is an issue) occurring on?

@mattelen
Copy link
Collaborator

If you could also provide a GIT that I can pull and reproduce the error on, that would be great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants