Closed doldenroller closed 3 years ago
textarea
and some fields doesn't have min
and max
prop but have minlength
and maxlength
:
https://github.com/getkirby/kirby/blob/develop/panel/src/mixins/forms/counter.js#L26-L27
@bastianallgeier was there a reason for the distinction or should we treat min
and max
as aliases?
I wonder at which point we remove this at all in 3.6
Related PR: https://github.com/getkirby/kirby/pull/3224
Ok, I got a fix for it. We should definitely create an alias
Yes, overlooked it when moving this all into a mixing in https://github.com/getkirby/kirby/commit/af9c4afa99772002a6e381981003442df8ea051a#diff-a1387a637c7ded8fe469c197369f58dbcfeb7ce9f7157223cfb3834ee2d45e04
✅
Describe the bug Textareas with length validation (min- or maxlength) are missing the indicator on how the Characters are limited
To Reproduce
Steps to reproduce the behavior:
Screenshots
Kirby Version
3.6.0-rc.2