File Input disabled not working

Hi,

The disabled option in file-input doesn’t seem to work.

from bokeh.io import show
from bokeh.models.widgets import FileInput

file_input = FileInput(disabled = True)
file_input.disabled = True
show(file_input)

image

Thanks.

Seems like a bug, so a Github issue would be appropriate.

I’ve raised the issue on GitHub (#9485). If it’s something easy to fix for a newbie, I’d be happy to take a shot.

Thanks.

@samirak93 I have left some guidance on what a PR might look like if you want to take a look. This fix will require building/testing BokehJS locally, FYI.