Dynamically changing the values of a Kino.Input.select element in livebook

Hi there,
I have a livebook and it contains a select box with a list of commits. I want some way to refresh this list, when new commits are added. I don’t mind if it’s just a refresh button you have to click, which calls an api and repopulates the list, but i don’t know how to do it.

any tips would be appreciated!

I have a bit of a solution, just adding everything to a frame, and clearing and rebuilding the form each time. Not sure if this is the best way though.

Yeah, to update the select/form programmatically it needs to be in a frame : )