No textarea rendered for bigger fields (like it does with Grails 2.5.x) !
Open
relates-to: grails-fields
- Dominant language
- Groovy
- Stars
- 2.9k
- Forks
- 975
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 92
Description
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.
Contributor guide
Research direction
Start by locating the Grails 3.3.x Fields plug-in code that chooses between a textarea and textfield for larger fields, then compare it with the reported Grails 2.5.x condition. Done means fields with maxSize greater than 250, unless they are passwords or have inList, render as textarea elements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100