-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
I assumed that dcc.Input(..., type='number')
would return the contents as an int
or float
. My request:
-
if this is false and
dcc.Input
are always of typestr
, could this be made more clear in the docs? -
if this should be the case, could someone take a look at what's going on?
-
in either case, could the docs be more clear about the effect of the
type
argument? At present it simply says "The type of control to render." I'm starting to suspect it only affects a minor appearance of the input box.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels