Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit 25017d6

Browse files
authored
added doc for ftd.input default-value (#21)
1 parent 50fc43e commit 25017d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

input.ftd

+6
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,10 @@ Integer accepts the below attributes along with the
4343
- `id`
4444
- `placeholder`
4545
- `position`
46+
- `value`: sets the current value
47+
- `default-value`: sets the defaultValue Property with the specified value
48+
49+
-- ft.h3: Note:
50+
51+
Either use value or default-value, using both is not allowed.
4652

0 commit comments

Comments
 (0)