Resolved #184: Hint property for TextView.

This commit is contained in:
Rossen Hristov
2015-05-20 13:15:42 +03:00
parent 44782dd724
commit 1b212bfce5
14 changed files with 194 additions and 45 deletions

View File

@@ -20,11 +20,6 @@ declare module "ui/text-field" {
*/
ios: UITextField;
/**
* Gets or sets the text of a text field hint/placeholder.
*/
hint: string;
/**
* Gets or sets if a text field is for password entry.
*/
@@ -35,11 +30,6 @@ declare module "ui/text-field" {
* Defines interface for an optional parameter used to create a editable-text-base component.
*/
export interface Options extends editableTextBase.Options {
/**
* Gets or sets the text of a text field hint/placeholder.
*/
hint?: string;
/**
* Gets or sets if a text field is for password entry.
*/