OOJS-ui should allow the use of "minlength" in HTMLForm's HTMLTextField which is needed for a feature in CheckUser. The attribute is supported in all browsers, except IE 11. Considering this would only be adding an attribute which is otherwise ignored this should cause no change to browsers that do not support the minlength attribute, but allow those using modern browsers to have the browser tell the user that the field needs to be more than X characters.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Update OOUI to v0.46.0 | mediawiki/core | master | +139 -85 | |
Allow minlength attribute to be set in text input based widgets | oojs/ui | master | +1 K -0 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T139810 RFC: Overhaul the CheckUser extension | |||
Resolved | Dreamy_Jazz | T132892 CheckUser UI revamp | |||
Resolved | Dreamy_Jazz | T69811 CheckUsers "Get users" design needs improvements | |||
Resolved | Feature | Dreamy_Jazz | T316441 Enforce minimum length of the tag on the client side for the checkuser block form | ||
Resolved | Feature | Dreamy_Jazz | T321427 Allow HTMLForm text based elements to specify a minimum length | ||
Resolved | Feature | Dreamy_Jazz | T321439 Allow TextInputWidget to specify the "minlength" attribute |
Event Timeline
Comment Actions
Change 845866 had a related patch set uploaded (by Dreamy Jazz; author: Dreamy Jazz):
[oojs/ui@master] Allow minlength attribute to be set in text input based widgets
Comment Actions
Change 845866 merged by jenkins-bot:
[oojs/ui@master] Allow minlength attribute to be set in text input based widgets
Comment Actions
When might there be a next release for this library so that I can work on the parent tasks?
Comment Actions
Change 865677 had a related patch set uploaded (by Jforrester; author: Jforrester):
[mediawiki/core@master] Update OOUI to v0.46.0