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?
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.
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?
Add CSS property
overflow:scroll;
for any conponent where you want to add scroll
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?
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?
Hey... has anyone had the chance to look at this lately?
Hello Ellen,
Sorry for delay. We'll reply as soon as have updates.
Hey just wondering if any progress was made here