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

Input Example #19

Open
mikeipic opened this issue Aug 16, 2017 · 1 comment
Open

Input Example #19

mikeipic opened this issue Aug 16, 2017 · 1 comment

Comments

@mikeipic
Copy link

Can you put an input example on your page? The one you have as an example works great but I can not find any examples of how you are defining it. What scope its using, If it is an inline template, whether you can defind it in a schema like you do the buttons etc. Thanks in advance.

@Abdallah-khalil
Copy link

Hello #mikeipic , i know this is a late answer but i found an easy workaround to use with just one input in the dialog
this.$ngConfirm({
title: 'Put Ready!',
icon: 'fa fa-check-circle-o text-center',
content: " <input id="inputValue " type="text" placeholder="Selected date" class="form-control"> ",
type: 'blue',
theme: 'modern',
typeAnimated: true,
buttons: {
disable: {
text: 'Ready',
btnClass: 'btn-success',
action: () => { const inputValue =$('#inputValue ').val(); }
} } });

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

No branches or pull requests

2 participants