froala / wysiwyg-editor

The next generation Javascript WYSIWYG HTML Editor.
https://www.froala.com/wysiwyg-editor
Other
5.23k stars 665 forks source link

User is able to write any number of words even after wordCounterMax is reached in Android #4771

Open Prasanta975 opened 1 month ago

Prasanta975 commented 1 month ago
Expected behavior.

Once the WordCounterMax set value is reached user shouldn't be able to add any new word

Actual behavior.

User can write any number of words even after wordCounterMax is reached in the Android

Steps to reproduce the problem.
  1. Set wordCounterMax =2
  2. Now try to enter more than 2 words
  3. Observe that user can write more than the set value
OS.

Android

Browser.

[Chrome/Firefox]

related issue

https://github.com/froala/wysiwyg-editor/issues/4767