Page MenuHomePhabricator

Create dedicated input methods for "string" transclusion parameters
Closed, ResolvedPublic1 Estimated Story Points

Event Timeline

Wouldn't this just be TextInputWidget?

Wouldn't this just be TextInputWidget?

Per the spec "string" must allow multi-line values, so it seems more like a textarea to me. For a single-line value, type "line" demands a plain text input field, which would probably map to TextInputWidget indeed.

Krinkle claimed this task.

https://gerrit.wikimedia.org/r/#/c/169936/ (rEVED978224f2ec14: Use widgets for wiki-page-name, wiki-user-name, wiki-template-name, boolean…) ensures string gets a TextInputWidget that doesn't disable multiline, whereas line gets multiline=false. Closing this task.

Jdforrester-WMF changed the point value for this task from 1 to 8.Mar 28 2017, 3:54 PM
Jdforrester-WMF changed the point value for this task from 8 to 1.