From 7c4f197ad8d1019ea3bb37172fa2c31143dc9dbb Mon Sep 17 00:00:00 2001 From: Manon Bourgognon <manon.bourgognon@epitech.eu> Date: Thu, 25 Feb 2021 16:14:02 +0100 Subject: [PATCH] Add step attribute for solid-form-number widget --- source/import_documentation/Components/Solid-Form.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/import_documentation/Components/Solid-Form.rst b/source/import_documentation/Components/Solid-Form.rst index 65a0446..fe5c1e6 100644 --- a/source/import_documentation/Components/Solid-Form.rst +++ b/source/import_documentation/Components/Solid-Form.rst @@ -131,8 +131,10 @@ Attributes ~~~~~~~~~~~~~~~~ *Available from version 0.16* - Add this attribute for the field ``[field]`` to define the stepping interval number to use as constraint validation . Its value is given in seconds (default value is 60). - It works only with a ``solid-form-time`` widget. + Add this attribute for the field ``[field]`` to define the stepping interval number to use as constraint validation. Its based on the ``min-[field]`` value. + It works with : + - ``solid-form-time`` widget : Its value is given in seconds (default value is 60). + - ``solid-form-number`` widget : Its default value is 1. Widgets ------- -- GitLab