mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Resolved #184: Hint property for TextView.
This commit is contained in:
10
ui/text-field/text-field.d.ts
vendored
10
ui/text-field/text-field.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user