Roberto De Renzi
Roberto De Renzi
Dear jasongrout, I hope this screenshot helps to understand what I mean. Not the best worked out example, I admit.  (btw, Markdown in the above...
Perhaps you wanted this. Present code in the screenshot: ```python self.plot_range = Text(description='plot range\nstart,stop\n[,pack]\n[last,pack]', value='0,500', layout=Layout(width='22%'), continuous_update=False) self.plot_range.style.description_width='36%' self.plot_range.observe(on_range,'value') ``` Proposed code ```python self.plot_range = Text(description='plot range', description_long='start,stop\n[,pack]\n[last,pack]', value='0,500', layout=Layout(width='22%'),...
Thanks, I tried it, but the "balloon" still contains the text of the description, not the text that I inserted in placeholder. Besides, I am missing the documentation for advanced...
sounds great Roberto
It looks to me that, as of 7.7.1 the description_tooltip, argument does not work for Dropdown. Is it a bug?
Hi David thanks for your quick reply, I will experiment a bit and let you know Roberto Roberto De Renzi, Università di Parma Il 31 luglio 2022 15:15:40 CEST, David...