Class: blueprintjs.MinimalSuggest

blueprintjs.blueprintjs.MinimalSuggest(container, itemToText, itemToLabel, itemPredicate)

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

Constructor

new blueprintjs.MinimalSuggest(container, itemToText, itemToLabel, itemPredicate)

Parameters:
Name Type Description
container Element

the parent element.

itemToText function

a function that maps an item to the text to be displayed (optional).

itemToLabel function

a function that maps an item to the label to be displayed (optional).

itemPredicate function

a function that filters the internal list of items when user enters something in the input (optional).

Source:

Extends

  • blueprintjs.Blueprintjs