mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-30 16:38:21 +01:00
250fe7fb77
Summary: The placeholder property remains null despite it is set to a custom value. Test Plan: Use a custom placeholder in `AphrontFormTokenizerControl` ``` id(new AphrontFormTokenizerControl()) ->setPlaceholder('My custom placeholder...') ->setDatasource('/typeahead/common/projects/'); ``` The placeholder should be set to "My custom placeholder..." Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4297 |
||
---|---|---|
.. | ||
AphrontFormCheckboxControl.php | ||
AphrontFormControl.php | ||
AphrontFormDateControl.php | ||
AphrontFormDividerControl.php | ||
AphrontFormDragAndDropUploadControl.php | ||
AphrontFormFileControl.php | ||
AphrontFormImageControl.php | ||
AphrontFormMarkupControl.php | ||
AphrontFormPasswordControl.php | ||
AphrontFormPolicyControl.php | ||
AphrontFormRadioButtonControl.php | ||
AphrontFormRecaptchaControl.php | ||
AphrontFormSelectControl.php | ||
AphrontFormStaticControl.php | ||
AphrontFormSubmitControl.php | ||
AphrontFormTextAreaControl.php | ||
AphrontFormTextControl.php | ||
AphrontFormToggleButtonsControl.php | ||
AphrontFormTokenizerControl.php | ||
PhabricatorRemarkupControl.php |