Skip to content

ListInput type="texteditor" onTextEditorChange #3879

Description

@thebestgin

The ListInput component ("framework7-svelte": "^6.0.16") does not match the documentation. I think there is a bug.

image

textEditorChange (value) Fired when type="texteditor" Text Editor value changed. As an argument it receives Texteditor value (HTML string).

https://framework7.io/svelte/inputs.html

Code to reproduce
<ListInput onTextEditorChange={(value) => { console.log(value); // is always undefined }} type="texteditor" outline />

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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