We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751eb2f commit dc6ba7cCopy full SHA for dc6ba7c
src/Json/Form.elm
@@ -53,6 +53,9 @@ viewNode model schema isRequired isDisabled path =
53
TextField ->
54
TextField.view model schema False isRequired isDisabled path
55
56
+ JsonEditor ->
57
+ TextField.view model schema True isRequired isDisabled path
58
+
59
NumberField ->
60
TextField.viewNumeric model schema isRequired isDisabled path
61
@@ -68,9 +71,6 @@ viewNode model schema isRequired isDisabled path =
68
71
Array ->
69
72
viewArray model schema isRequired isDisabled path
70
73
- JsonEditor ->
- TextField.view model schema True isRequired isDisabled path
-
74
75
editingMode : Model -> Schema -> EditingMode
76
editingMode model schema =
@@ -80,6 +80,9 @@ editingMode model schema =
80
SingleType NumberType ->
81
NumberField
82
83
+ SingleType IntegerType ->
84
+ NumberField
85
86
SingleType StringType ->
87
TextField
88
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments