Bug #66257
closed
Remaining characters message displayed even without max value set in TCA
Added by Frans Saris over 9 years ago.
Updated over 9 years ago.
Category:
Backend User Interface
Description
Even without the max set it shows "Remaining characters: 256". As this kind of makes sense for text fields this doesn't for numeric fields.
That's because the fields get a fallback maxlength of 256 characters, see for example typo3/sysext/backend/Classes/Form/Element/InputElement.php, line 160: $attributes['maxlength'] = $config['max'] ?: 256;
- Status changed from New to On Hold
- Assignee set to Andreas Kienast
The FormEngine is currently under refactoring. To avoid conflicts, this will be changed after the "House of Forms" is merged.
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)
- Status changed from On Hold to Needs Feedback
Hi Frans, although the refactoring patch was merged meanwhile I cannot reproduce this issue. Maybe you can have a look and reinvestigate, so we could (in the best case) close this ticket. =)
- Status changed from Needs Feedback to Closed
Issue is resolved in the meantime
Also available in: Atom
PDF