From 25017d613ea5e5c55b4c65b9fe9f85b7623b4174 Mon Sep 17 00:00:00 2001 From: Rithik Seth <106665190+Heulitig@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:38:19 +0530 Subject: [PATCH] added doc for ftd.input default-value (#21) --- input.ftd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/input.ftd b/input.ftd index d8e9a4afa..68cda2dee 100644 --- a/input.ftd +++ b/input.ftd @@ -43,4 +43,10 @@ Integer accepts the below attributes along with the - `id` - `placeholder` - `position` +- `value`: sets the current value +- `default-value`: sets the defaultValue Property with the specified value + +-- ft.h3: Note: + +Either use value or default-value, using both is not allowed.