Module: PopupSelectControl

The vue component for a popup select control in the setting dropdown.

Props

Name Type Default value Required? Description
label String - Yes The label for the popup select control.
value String - Yes The current value of the popup select control.
layout String - Yes The layout of the control. Can be 'mobile' or 'desktop'.
popoverContent String '' No The content of the popover.
verticalOffset Number 0 No The vertical offset of the popover.
disabled Boolean false No Whether the control is disabled.