Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ListInput type="texteditor" onTextEditorChange #3879

Closed
thebestgin opened this issue Apr 28, 2021 · 0 comments
Closed

ListInput type="texteditor" onTextEditorChange #3879

thebestgin opened this issue Apr 28, 2021 · 0 comments

Comments

@thebestgin
Copy link

thebestgin commented Apr 28, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant