Hello,
I need a way to “unfocus” all the buttonson the form. (in javascript document.activeElement.blur())
The application currently is confusing the users, because buttons (from previous session) look “stuck” when they have the focus.
any idea if I can use the bokeh_chart hack to run this javascript line?
thanks much
M