Is it possible to add parameter ‘type’ to control the input type of dash_table entries or do you already have some nice workaround of this possible?
I suppose we could pass something like {'type': 'text'}
in column entries, like in dcc.Input
. Currently I have to pass a lot try-exceptions and since ValueError
is rather a common error type, I am even sure it’s a good idea doing so at the first place