From 73f7c23d82d764f457ccfb27342663091a602982 Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Sun, 18 Jan 2026 19:52:58 +0530 Subject: [PATCH] fix: update className and InputWrap name in SelectInput component --- src/ui/input/select_input.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {ariaLabel; } - 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 ( - +