Skip to content

Is there a way to handle undefined values? #35

Description

@AdamBCo

For example:

class Edit extends LinkedComponent {
   state = {}
   render() {
   return (<div><Input valueLink={ this.linkAt('name')}</div>)
}

I would like to set the state when the name value is changed by the user

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