You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
The button for the help should be represented as an icon (question mark in a circle) to the right of the label (if they must be hardcoded, but ideally, styles should be able to be used to change its appearance and position to suit.)
This will require adding an option called helpText which is an object with the following properties:
title (string, optional): The title of the popover. Defaults to no title. (translates into the "title" attribute of the popover, if present)
class (string, optional): the css class(es) to apply to the popover. (translates into the "class" attribute of the popover, if present)
data-content (string): The content of the popover (translates into the "data-content" attribute of the popover)
data-animation (string, optional): The animation effect to apply to the popover. (translates into the "data-animation" attribute of the popover, if present)