Skip to content

TextField, SecureField, etc. cannot obtain values in window #5694

Description

@zzxlind

const field = TextField("Placeholder...",(value:string)=>text.set(value))
stateBindTextfield(text, field)
This execution can only obtain the binding value on the web, and the actual (value: string)=>text. set (value) is not executed. It is executed on the web, but the obtained value is empty

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions