Rezi
    Preparing search index...

    Function findSelectedIndex

    • Find the index of the selected option.

      Parameters

      • value: string

        Current selected value

      • options: readonly Readonly<{ disabled?: boolean; label: string; value: string }>[]

        Available options

      Returns number

      Index of selected option, or -1 if not found