tneotia / html-editor-enhanced

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
https://pub.dev/packages/html_editor_enhanced
MIT License
274 stars 331 forks source link

[QUESTION] Is there a way to enforce English language in html editor? #457

Open BunnyBuddy opened 1 year ago

BunnyBuddy commented 1 year ago

We have to make sure the user doesn't type or use a language other than English in our html editor. For simple TextFormFields we can use input formatter and enforce with a regex but I don't know how can I achieve something similar here.

Can anybody tell me ?