unclear on dcc.Input type argument effect
See original GitHub issueI assumed that dcc.Input(..., type='number') would return the contents as an int or float. My request:
-
if this is false and
dcc.Inputare 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
typeargument? 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!
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
dcc.Input - Dash for Python Documentation - Dash Plotly
that the user can enter. For other control types, it is ignored. It can exceed the value of the size attribute.
Read more >Plotly-Dash How to Use dcc.Input to pass input as JSON ...
Hi everyone I am trying to build an interface for my scraper application and I am having a difficult time with passing user...
Read more >Dash User Guide and Documentation
Dash is a productive Python framework for building web applications. Written on top of Flask, Plotly.js, and React.js, Dash is ideal for building...
Read more >User inputs in Dash components | Python - DataCamp
A user input is a dash_core_components Input type ( dcc.Input ). An id is required for callback usage; The type will default to...
Read more >Bug listing with status RESOLVED with resolution FIXED as at ...
Bug listing with status RESOLVED with resolution FIXED as at 2022/12/17 06:46:03 ... Bug:1407 - "pcmcia generates 'tty: standard input: Invalid argument' ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@Madhu94 @jwhendy - Thanks for reporting! Sorry about this - the build on
0.15.0was bad. I’ve updated this onv0.15.2, so give this a try:Rockin! I just replicated @Madhu94 's example from #124 and it works like a charm now. Thanks for the quick fix!