fix(PWA): render Text Editor component for rich text fields instead of Input field by ruchamahabal [frappe] PR#4320
From: https://github.com/frappe/hrms/pull/4320
Date: 2026-04-06 20:40:09+05:30
- fix(PWA): render Text Editor component for rich text fields instead of Input field (#4320)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4320
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4320
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease