Ply icon indicating copy to clipboard operation
Ply copied to clipboard

Amazing layer/modal/dialog system. Wow!

Results 7 Ply issues
Sort by recently updated
recently updated
newest added

Hi, how do I create a dialog that has a dropdown list of items inside it? I want the user to select and item from the dropdown list and then...

I'm having trouble understanding the documentation. Is there a way to verify the input into a prompt? For example: Ensure only numbers are inputted, a valid email, etc?

How to set fields textarea in form?

![2016-11-11 01 29 07](https://cloud.githubusercontent.com/assets/1060205/20198648/63f972ce-a7ae-11e6-9459-a54df3cb911c.png) ```js //login.js import Ply from 'ply' Ply.factory('login', function (options, data, resolve) { options.flags = { closeBtn: true, closeByEsc: true, closeByOverlay: true, visibleOverlayInStack: true }; options.oninit =...

Hello, I'm following your example, the spam subscribe popup. But i can't display anything inside form content.. I only have the title and action buttons.. What is wrong ? ```...

### Support touch devices - [ ] iOS6+ - [ ] Android 4+

enhancement