Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With value property set to This field is required:

...

Example of use:

...

ConfirmActionDialog

Info

Props:

  • title - title of dialog

  • message - message of dialog

  • isVisible - boolean, show the ConfirmActionDialog

  • onHide - pass handle function to hide the ConfirmActionDialog,

  • onConfirm - executes the action after pressing the “Confirm” button

  • isConfirming - boolean, if true "Confirm" button is disabled and spinner is displayed

Default (with an example of use - Organization deletion action):

...