Skip to content

Commit 6065ddf

Browse files
committed
Password field type
1 parent 314fedb commit 6065ddf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/kaffy/resource_form.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ defmodule Kaffy.ResourceForm do
143143
:textarea ->
144144
textarea(form, field, opts)
145145

146+
:password ->
147+
password_input(form, field, opts)
148+
146149
:integer ->
147150
number_input(form, field, opts)
148151

0 commit comments

Comments
 (0)