Surface wrappers for legacy Phoenix.HTML.Form
functions.
Note
This library is maintained only for compatibility and does not accept new features. We strongly recommend using the new built-in <.form> component, along with Phoenix.HTML.Form and Phoenix.HTML.FormField structs. If you're not able to update all your forms at once, then this library can be used as a safe fallback so you can gradually replace them.
Add surface_form_helpers
to the list of dependencies in mix.exs
:
def deps do
[
{:surface_form_helpers, "~> 0.2.0"}
]
end
Copyright (c) 2024, Marlus Saraiva.
Surface source code is licensed under the MIT License.