Page MenuHomePhabricator

CheckboxMultiSelectInputWidget doesn't disable when infusing a disabled HTMLMultiSelectField
Closed, DuplicatePublic

Description

When using an HTMLMultiSelectField in an OOUI HtmlForm that has been disabled using 'disabled' => true, the infused JavaScript widget isn't disabled. Users are still able to add and remove items in the input field. Disabling JavaScript shows that the PHP generated widget is correctly disabled; the infusion reverts this.