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

[Bug]: Fix wysiwyg max character, soften the warning and add visual helper #16975

Merged
merged 2 commits into from May 3, 2024

Conversation

kingjia90
Copy link
Contributor

Changes in this pull request

Resolves #16630

Additional info

Before PR
image

After PR
image
which is more similar to textArea
image

fix max character, soften the warning and add visual helper
@kingjia90 kingjia90 added the Bug label Apr 22, 2024
@kingjia90 kingjia90 added this to the 11.2.3 milestone Apr 22, 2024
Copy link

github-actions bot commented Apr 22, 2024

Review Checklist

  • Target branch (11.2 for bug fixes, others 11.x)
  • Tests (if it's testable code, there should be a test for it - get help)
  • Docs (every functionality needs to be documented, see here)
  • Migration incl. install.sql (e.g. if the database schema changes, ...)
  • Upgrade notes (deprecations, important information, migration hints, ...)
  • Label
  • Milestone

Co-authored-by: robertSt7 <104770750+robertSt7@users.noreply.github.com>
Copy link

sonarcloud bot commented May 3, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@robertSt7 robertSt7 merged commit 5dc4513 into 11.2 May 3, 2024
17 checks passed
@robertSt7 robertSt7 deleted the fix-char-count-wyiwyg branch May 3, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Wysiwyg editors all use the same max length (max characters)
3 participants