Select.getOption

Gets an option.

class Select
final
string
getOption
(
string value
)

Parameters

value string

The value of the option.

Return Value

Type: string

The text of the option if found, null otherwise.

Meta