Skip to content

Commit

Permalink
Adding hidden fieldtype
Browse files Browse the repository at this point in the history
  • Loading branch information
TalmizAhmed committed Sep 27, 2024
1 parent 241b3c9 commit 133d13c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public enum FieldType {
PASSWORD("password"),
RANGE("range"),
COLOR("color"),
URL("url");
URL("url"),
HIDDEN("hidden");

private String value;

Expand Down

0 comments on commit 133d13c

Please sign in to comment.