Skip to content
#

confirm

Here are 102 public repositories matching this topic...

318097
318097 commented Apr 16, 2019
  • The first example can have few more chained prompts (It shows the power of enquirer in a few seconds)
  • Todo can be moved to the bottom & can be a section (Below Contribution section)
  • The 'Related prompts' section can be moved below 'Example Usage'. After the gif, the code should be shown (It is correct for Input prompt)
  • The example should be complete. It should match exac
marlonnardi
marlonnardi commented Apr 20, 2020

jquery-confirm version:
v3.3.4

I'm submitting a ... (check one with "x")
[ ] bug report
[X] feature request
[ ] support request

Expected behavior:
It would be very good if, when opening Confirm, the main page was blocked for navigation, only access to the dialog.

Steps to reproduce:
open confirm and press tab a few times.

leon-wolf
leon-wolf commented May 7, 2019

When using the Prompt example from the documentation you encounter following:

You can set the prompt helptext to whatever you want it will always display the default text.

What fixed it for me is setting the first parametet null like this:

      const message = `Wohin soll Objekt ${id} verschoben werden?`;
      const help = 'Hier die neue Position eintragen:';
      this
Notiflix

Improve this page

Add a description, image, and links to the confirm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the confirm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.