Current section
Files
Jump to
Current section
Files
lib/live_view_native/html/test_client.ex
defmodule LiveViewNativeTest.HTML.TestClient do
@moduledoc false
defstruct tags: %{
form: "form",
button: "input",
upload_input: "input",
changeables: ~w(
input
select
textarea
)
}
end