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 30cf732 commit 6acb265Copy full SHA for 6acb265
src/Demo.elm
@@ -4,7 +4,7 @@ import Browser exposing (Document)
4
import Html exposing (Html, div, h3, h4, pre, text)
5
import Html.Attributes exposing (class, classList, style)
6
import Html.Events exposing (onClick)
7
-import Json.Encode exposing (Value)
+import Json.Encode asEncodeexposing (Value)
8
import Json.Form
9
import Json.Form.Config exposing (TextFieldStyle(..))
10
import Json.Schema.Definitions exposing (Schema)
@@ -74,7 +74,7 @@ update message model =
74
, textFieldStyle = Outlined
75
}
76
in
77
- Json.Form.init config schema (Just<|StringValue"dd")
+ Json.Form.init config schema Nothing
78
|> Tuple.mapSecond (Cmd.map (JsonFormMsg index))
79
)
80
|> List.unzip
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments