From 142cb541875cc455f4fd34613f0d66990554b666 Mon Sep 17 00:00:00 2001 From: Manon Bourgognon <manon.bourgognon@epitech.eu> Date: Tue, 6 Oct 2020 19:02:09 +0200 Subject: [PATCH] Add confirm attribute on solid-form --- source/import_documentation/Components/Solid-Form.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/import_documentation/Components/Solid-Form.rst b/source/import_documentation/Components/Solid-Form.rst index 2c9e172..5d8c63b 100644 --- a/source/import_documentation/Components/Solid-Form.rst +++ b/source/import_documentation/Components/Solid-Form.rst @@ -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 -- GitLab