1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 11:22:40 +01:00
phorge-phorge/src/view/form
Mailson Menezes 250fe7fb77 Fix tokenizer placeholder issue
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
2012-12-29 13:11:42 -08:00
..
control Fix tokenizer placeholder issue 2012-12-29 13:11:42 -08:00
AphrontErrorView.php Delete license headers from files 2012-11-05 11:16:51 -08:00
AphrontFormInsetView.php Delete license headers from files 2012-11-05 11:16:51 -08:00
AphrontFormLayoutView.php Delete license headers from files 2012-11-05 11:16:51 -08:00
AphrontFormView.php Move setUser() to AphrontView 2012-12-20 14:49:52 -08:00