Skip to content

Commit c89f9cd

Browse files
authored
Merge pull request #318 from Jaza/password-field-type
Password field type
2 parents 36c18ad + 6065ddf commit c89f9cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/kaffy/resource_form.ex

+3
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)