Skip to content

ListInput type="texteditor" onTextEditorChange #3879

@thebestgin

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 />

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