Font Icon Picker

Quiqr version >= 0.17.5

Font Icon Picker #

The fonticon-picker field creates a font iconpicker field populated with Font Awesome Icons. The output is a string with the Font Icon Class Name.

Font Picker

Font Picker

Properties #

propertyvalue typeoptionaldescription
keystringmandatoryKeys are for internal use and must be unique
titlestringoptionalThe title of the element
tipstringoptional (default: null)Text entered here with markdown formatting is displayed as context help in an overlay box
defaultstringoptional (default: null)default value when the key is not set yet

Sample #

Configuration #

./quiqr/model/base.
     
key: sample_field
title: Sample field
type: fonticon-picker
key = "sample_field"
title = "Sample field"
type = "fonticon-picker"
{
   "key": "sample_field",
   "title": "Sample field",
   "type": "fonticon-picker"
}

Output #

sample_field: FaBusinessTime

Credits #

Font Picker is based on React FA Icon Picker.