Example on beta labs.
- Transform to OOUI (including few tricky bits here):
- HTMLForm currently doesn't support the fancy mix of radio buttons, combo boxes and text boxes, as seen in the "new" section of M28. While I could change this to use hide-if, that would force an ugly vertical layout; makes it difficult to write good radio button labels; and is also confusing to the user (they can't see the relevant field until they select the option). I'd prefer to keep the current layout, but possibly using a conditional disable instead of conditional hiding.
- Also apparently HTMLForm doesn't support two forms on one page (T102114), but HTMLForm is sophisticated enough that I suspect there might be a way around this.
- How to deal with the file upload on PHP vs JS side? T170263
Before | After |
---|---|