Skip to main content

@microsoft/fast-foundation > SelectPosition

SelectPosition variable

Positioning directions for the listbox when a select is open.

Signature:
SelectPosition: {
readonly above: "above";
readonly below: "below";
}