Homec4science

Fix tokenizer placeholder issue

Authored by Mailson Menezes <mailson@gmail.com> on Dec 29 2012, 21:57.

Description

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

Details

Committed
epriestley <git@epriestley.com>Dec 29 2012, 22:11
Pushed
aubortJan 31 2017, 17:16
Parents
rPHdbae9452f945: Add a setup icon.
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH250fe7fb7724: Fix tokenizer placeholder issue (authored by Mailson Menezes <mailson@gmail.com>).Dec 29 2012, 22:11