TextInput(title=None...

i’m using column to stack a bunch of TextInputs. the latter have no title, and i would like to remove all of the vertical whitespace between them. neither setting title to ‘’ nor None works. something like Make Slider handle title=None and title="" properly by mattpap · Pull Request #5178 · bokeh/bokeh · GitHub would be nice. is there a workaround? thanks.

the workaround is to use CSS as described here: