Interface TextInputFormDetail

Text Form Element for the visual props editor

Hierarchy

  • TextInputFormDetail

Properties

defaultValue?: string

Default value

Version

SDK: 0.1 | ThoughtSpot:

key: string

key to store the value

Version

SDK: 0.1 | ThoughtSpot:

label?: string

I18n'ed string to show on the form label

Version

SDK: 0.1 | ThoughtSpot:

multiline?: boolean

Allow multiline text

Default

false

Version

SDK: 0.1 | ThoughtSpot:

password?: boolean

Use text as password

Default

false

Version

SDK: 0.1 | ThoughtSpot:

placeholder?: string

Placeholder text

Version

SDK: 0.1 | ThoughtSpot:

type: "text"