fields icon indicating copy to clipboard operation
fields copied to clipboard

No textarea rendered for bigger fields (like it does with Grails 2.5.x) !

Open aadrian opened this issue 6 years ago • 0 comments

With Grails 2.5.x for bigger fields, a textarea tag was correctly rendered (instead of textfield). Condition there:

(cp.maxSize > 250 && !cp.password && !cp.inList)

The Fields plug-in with Grails 3.3.x does not provide this funtionality at all :( .

Thank you.

aadrian avatar Mar 08 '18 10:03 aadrian