Skip to content

Commit

Permalink
Merge pull request #171 from jperon/patch-3
Browse files Browse the repository at this point in the history
Add "hidden" into generic input types
  • Loading branch information
Etiene authored Sep 24, 2018
2 parents 0f23e03 + a534e55 commit f4a14b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sailor/form.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ setmetatable(form,meta)
local generic_input_types = {
file = true,
text = true,
hidden = true,
password = true,
color = true,
date = true,
Expand Down

0 comments on commit f4a14b9

Please sign in to comment.