We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81d248 commit 9a10857Copy full SHA for 9a10857
formview/src/main/java/com/seed/widgets/formview/Form.kt
@@ -40,13 +40,13 @@ enum class Gravity(val value: Int) {
40
@SerializedName("Right")
41
RIGHT(5),
42
}
43
-enum class InputType(val value:Int) {
+enum class InputType {
44
@SerializedName("Number")
45
- NUMBER(2),
+ NUMBER,
46
@SerializedName("Phone")
47
- PHONE(3),
+ PHONE,
48
@SerializedName("TextPassword")
49
- TEXT_PASSWORD(128)
+ TEXT_PASSWORD
50
51
52
0 commit comments