aadrian opened a new issue, #14234: URL: https://github.com/apache/grails-core/issues/14234
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
