clearIcon (search history)

Description

Define an icon to be displayed as the button to clear all click history data.

To configure the icon, provide either a partial or full CSS classname to use. The icon will be appended to the configuration parameter iconPrefix.

Default value

searchHistory: {
  clearIcon: 'remove'
}

Examples

Display no icon for the clear data button.

searchHistory: {
  clearIcon: null
}