Page MenuHomePhabricator

Add autosizing to the Pagelist Widget text input box
Open, Needs TriagePublic

Description

The textarea which contains the ground-truth pagelist (the one that will get saved when the editor clicks "Publish Changes") doesn't have autosizing enabled since we are creating the field in PHP (which doesn't support autosizing) and then later infusing it in JS. We need to see if this is a feature is something that is required and figure out a solution.