fix(frontend/UsersList): make sure that we are comparing numbers
Using '==' instead of '===' so that JavaScript converts the values to numbers.
Actually, 'AutoSelectBase' is the problem and should be refactored (see #295): wrong type, returning everything as string, ...
Closes #279