Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Browser Node Not showing drop down menus

Please report bugs in this group. We will maybe populate a list of known bugs with a possibly modified description at a later time.

Moderator: Support

Post Reply
User avatar
Naggar
Posts: 178
Joined: 22 Dec 2016, 14:02
Location: Dubai, United Arab Emirates

Browser Node Not showing drop down menus

Post by Naggar » 15 Jan 2018, 15:09

Hello guys,
I have an issue with the browser node I was hoping to get some help with..
I have a link that has a "intl-tel-input", and a "drop-down"(html). The "intl-tel-input" is working perfectly fine but when I Select the drop-down, it is not visible, but if i touch/click a row below it actually selects that option (Even though its invisible).

Here is the link I'm using:
https://www.eaglehills.com/register-interest
When I select the dropdown "interested in*" I get the same issue, but when I select the Mobile "country code" it works.

I also created a simple html code for testing and I had the same issue:

<!DOCTYPE html>
<html>
<body>

<select>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="opel">Opel</option>
<option value="audi">Audi</option>
</select>

</body>
</html>

Thanks,
Naggar

Post Reply