Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

How can I use an input on the page while a popup is open?

When I search in the input, I have results listed in a button group in a popup. The list is suggestions based on what the user typed. I want to be able to keep typing and navigating about the page even with the popup open. Is this possible?

Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How can I use an input on the page while a popup is open?

Hello Elen,

Sure, you can add input to the popup. Could you clarify what have you tried and what exactly does not work?
Could you check are there any errors in console? This: (http://devcenter.appery.io/documentat...) should help.

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

How can I use an input on the page while a popup is open?

I don't want the input in the popup though. The only reason that I have a popup is because I wanted a a space to be a specific size and then scroll to see more results. Is there another way to achieve that instead.

Summary: How can I get results to be displayed in a specific sized area then scroll to see more results that didn't fit?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How can I use an input on the page while a popup is open?

Add CSS property
overflow:scroll;
for any conponent where you want to add scroll

https://developer.mozilla.org/en-US/d...

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

How can I use an input on the page while a popup is open?

This is the code that I found.

p { overflow: scroll; /* always show scrollbars */ }

Would I put that in a CSS asset or would I just run the js on page show or something?

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

How can I use an input on the page while a popup is open?

So I did a little more research and found that I can run this js on page load(or show maybe??)

Apperyio('mobilecheckbox_102').css('overflow') == 'scroll'

My question now is how to format it so that the button group shows only 3 until you scroll then more options are displayed?

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

How can I use an input on the page while a popup is open?

Hey... has anyone had the chance to look at this lately?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

How can I use an input on the page while a popup is open?

Hello Ellen,

Sorry for delay. We'll reply as soon as have updates.

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

How can I use an input on the page while a popup is open?

Hey just wondering if any progress was made here

Return to “Issues”