Skip to content

Does not work ds.input #33

@ustas4

Description

@ustas4
def new_input(xi_new_value):
    global count
    count = xi_new_value
# input
ds.subheader('Input value')
input_value: int = 0
input_value = ds.input('Input:', input_value, None, new_input(), (input_value))

What is the right way to wright that?

Metadata

Metadata

Assignees

No one assigned

    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