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

Commit

Permalink
added doc for ftd.input default-value (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heulitig authored Dec 16, 2022
1 parent 50fc43e commit 25017d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions input.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 25017d6

Please sign in to comment.