Skip to content
Snippets Groups Projects

Add confirmation-message attribute on solid-form

Merged Ghost User requested to merge validation-popup into dev
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -93,6 +93,12 @@ Attributes
Add this attribute for the field ``xyz`` to precise extra information about an element.
It works only with a ``solid-form-text`` widget.
``confirmation-message``
~~~~~~~~~~~~~~~~~~~~~~~~~
Add this attribute to create a dialog box linked with the submit button of the solid-form.
Its value matches the message displayed in the dialog box.
Widgets
-------
By default, the widget used is ``<solid-form-label-text>``. Cf the
Loading