diff --git a/src/ui/input/select_input.jsx b/src/ui/input/select_input.jsx
index 5fab5dcb8..2ed8c68de 100644
--- a/src/ui/input/select_input.jsx
+++ b/src/ui/input/select_input.jsx
@@ -52,11 +52,11 @@ export default class SelectInput extends React.Component {
icon =
;
}
- let className = 'auth0-lock-input auth0-lock-input-location';
+ let className = `auth0-lock-input auth0-lock-input-${name}`;
if (!label) className += ' auth0-lock-input-with-placeholder';
return (
-
+