-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on phoenix_live_view 0.20.4? #58
Comments
Hi @Cowa! Can you please show me how you're rendering live select in your code? |
I am rendering like this: <.form for={@form} phx-change="organization_selected">
<.live_select
field={@form[:organization_reference]}
id="search_input"
/>
</.form>
|
by the way, if you do create an issue for LV, it would be great if you could linked it here. Thanks! |
looks like this is the issue: phoenixframework/phoenix_live_view#3095 |
Thanks for finding out it was a bug on LiveView. |
Hello!
With the update of LiveView
0.20.4
, live_select seems to no longer work.When clicking on the input there is this error in the console:
Uncaught TypeError: form is null
When I downgrade LiveView to
0.20.3
, it's working.error.mov
The text was updated successfully, but these errors were encountered: