Skip to content

Commit

Permalink
Merge pull request #318 from Jaza/password-field-type
Browse files Browse the repository at this point in the history
Password field type
  • Loading branch information
ghenry authored Dec 15, 2024
2 parents 36c18ad + 6065ddf commit c89f9cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/kaffy/resource_form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ defmodule Kaffy.ResourceForm do
:textarea ->
textarea(form, field, opts)

:password ->
password_input(form, field, opts)

:integer ->
number_input(form, field, opts)

Expand Down

0 comments on commit c89f9cd

Please sign in to comment.