PopupMenuPosition

Enumeration representing the position of the popup menu.

Properties

nametypedescription
OnSelectedPosition the popup menu on the selected item.
BelowInputPosition the popup menu below the input field.

Example

#![allow(unused)]
fn main() {
popup_menu_position: OnSelected,
popup_menu_position: BelowInput,
}