areOptionsEqual
Function: areOptionsEqual()
areOptionsEqual(
option,value):boolean
Defined in: src/utils/autocompleteHelpers.ts:10
Compares two user options by their IDs to determine equality in Autocomplete.
Parameters
option
The option from the list
value
The currently selected value
Returns
boolean
true if the IDs match