Skip to content

How to trigger a change event in HtmlInput element ? #18

Description

@mediabuff

Hi,
I change the input text programmatically like


  var devToolsContext = await webView.CoreWebView2.CreateDevToolsContextAsync();
  inputText = (HtmlInputElement)await devToolsContext.QuerySelectorAsync(".custom-input");
 await inputText.SetValueAsync("hello");

But unfortunately this does not trigger a change event

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