keatz55 / phoenix_ui

A complimentary UI library for the Phoenix Framework and Phoenix LiveView.
https://phoenix-ui.fly.dev/
MIT License
90 stars 5 forks source link

Phoenix.HTML.Form.hidden_input/3 doesn't exist #28

Open c-bik opened 8 months ago

c-bik commented 8 months ago

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]
opsb commented 8 months ago

hidden_input has been removed from v4 of Phoenix.HTML

ciroque commented 8 months ago

So how do we get past this error?

alexvinidiktov commented 7 months ago

Any workarounds?

macojaune commented 1 month ago

Hi, is there a solution ?