phoenix_ui
phoenix_ui copied to clipboard
Phoenix.HTML.Form.hidden_input/3 doesn't exist
The following line throws an error: https://github.com/keatz55/phoenix_ui/blob/main/lib/phoenix/ui/components/hidden_input.ex#L5C36-L5C48
import Phoenix.HTML.Form, only: [hidden_input: 3]
hidden_input
has been removed from v4 of Phoenix.HTML
So how do we get past this error?
Any workarounds?
Hi, is there a solution ?
Apologies, I've been out of the Elixir ecosystem for well over a year. However, I've recently returned and will be shifting the scope to the ui.shadcdn.com model, focusing on components designed for easy copy-and-paste integration into your apps. In the future you'll be able to copy example code and should work, but can more easily adjust/tweak for your own use cases and/or updates.