livebook-dev / kino

Client-driven interactive widgets for Livebook
Apache License 2.0
369 stars 65 forks source link

Kino input field not appearing (bug?) #403

Closed hugobarauna closed 7 months ago

hugobarauna commented 7 months ago

When I run the following code in a code cell:

Kino.Input.text("Node") |> Kino.render()
Kino.Input.text("Cookie") |> Kino.render()

Kino.nothing()

The output doesn't show the HTML input element of the first Kino.Input:

CleanShot 2024-03-25 at 09 59 46

I was able to replicate that bug with Livebook main, Kino main or Kino 0.12.3 (latest).

jonatanklosko commented 7 months ago

Fixed in https://github.com/livebook-dev/livebook/commit/c67095bbe12bcfd8fbc40d88875b343350e2d24f.