Class: blueprintjs.MinimalTextInput

blueprintjs.blueprintjs.MinimalTextInput(container, defaultValue, icon, intent)

A skeleton to ease the creation of a minimal Blueprintjs text input element.

Constructor

new blueprintjs.MinimalTextInput(container, defaultValue, icon, intent)

Parameters:
Name Type Description
container Element

the parent element.

defaultValue string

the input default value (optional).

icon string

the icon name (optional).

intent string

the input intent in {none, primary, success, warning, danger} (optional).

Source:

Extends

  • blueprintjs.Blueprintjs