Implement ComboBoxInputWidget in PHP. Browsers these days have surprisingly good support for <input list=...><datalist id=...>, which makes it possible.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Implement PHP ComboBoxInputWidget | oojs/ui | master | +161 -1 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T49145 Formally deprecate jQuery UI after we've stopped using jQuery UI in extensions and core | |||
| Open | None | T100270 Replace use of jQuery UI and MW UI with OOUI across all Wikimedia-deployed extensions and core | |||
| Open | None | T100161 Convert all of MediaWiki core to OOUI PHP (tracking) | |||
| Open | None | T107037 Convert all MW core special pages to OOUI | |||
| Resolved | matmarex | T117730 Convert Special:PagesWithProp to OOUI | |||
| Open | None | T98880 Improve OAuth management interface | |||
| Resolved | Tgr | T96154 OOUI-ify the management interfaces (special pages) for OAuth | |||
| Resolved | matmarex | T118120 Update Special:OAuthConsumerRegistration to use the new HTMLComboboxField rather than HTMLAutoCompleteSelectField | |||
| Resolved | matmarex | T118119 Implement HTMLComboboxField | |||
| Resolved | matmarex | T118121 Implement ComboBoxInputWidget in PHP |
Event Timeline
Comment Actions
Change 251822 had a related patch set uploaded (by Bartosz Dziewoński):
Implement PHP ComboBoxInputWidget