Class: blueprintjs.MinimalNumericInput

blueprintjs.blueprintjs.MinimalNumericInput(container, min, max, increment, defaultValue, icon, intent)

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

Constructor

new blueprintjs.MinimalNumericInput(container, min, max, increment, defaultValue, icon, intent)

Parameters:
Name Type Description
container Element

the parent element.

min number

the minimum value.

max number

the maximum value.

increment number

the internal increment.

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