Page MenuHomePhabricator

HTMLCheckMatrix cannot be preloaded
Open, Needs TriagePublic

Description

Most HTMLFormField classes allow the user to "preload" the field by using a GET parameter identical to the POST parameter that submitting the field would produce. This allows the creation of user-friendly links that result in pre-filled forms. HTMLCheckMatrix however overrides loadDataFromRequest in a way that makes this impossible.