Skip to content

Autocomplete stops working after evt->ReactEvent.Synthetic.preventDefault #643

Closed
@fhammerschmidt

Description

@fhammerschmidt

Very curious:

let onClick = evt => {
  // Autocomplete works here, e.g.:
  // ReactEvent.
  evt->ReactEvent.Synthetic.preventDefault
  // Autocomplete does not work here, e.g.:
  // ReactEvent.

  Js.log("Hello")
}

image

image

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