Field Validation issue in CK Editor

0
Hi, I'm using the CK Editor widget for a field instead of a textarea in my application. I used the following statements for field validtion using a microflow. $Enitity/AttributeName != empty  and  $Entity/AttributeName != '' When im saving the form after filling the field it is working fine. But we are leaving field empty and saving the form it is showing the validation "this field is required". After that when I fill the field with some data and save the form, it is still showing the field validation("this field is required") I also updted  the CK Editor widget with the latest version.
asked
1 answers
1

CK Editor is inmost cases an overkill that is not needed. 

An alternative more light weight ditor is https://appstore.home.mendix.com/link/app/902/Mendix/Bootstrap-Wysiwyg-Editor

Cheers Andries

answered