Skip to content

[BUG] - dash 4.0.0rc5 - step on input doesn't increment correctly #3552

@LiamConnors

Description

@LiamConnors

With the following code:

from dash import Dash, dcc

app = Dash(__name__)

app.layout = [dcc.Input(type="number", value=0, step=0.1)]

if __name__ == "__main__":
    app.run(debug=True, port=8063)
Image

The step doesn't increment correctly with Dash 4.0.0rc5

Image

In an app with a callback that shows the value as None:

Image

vs

Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions