You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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(); } } } });
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.
The text was updated successfully, but these errors were encountered: