fix(SW-360): remove placeholder prop to fix ios select input bug
This commit is contained in:
@@ -147,7 +147,6 @@ export default function SignupForm({ link, subtitle, title }: SignUpFormProps) {
|
||||
</header>
|
||||
<NewPassword
|
||||
name="password"
|
||||
placeholder="Password"
|
||||
label={intl.formatMessage({ id: "Password" })}
|
||||
/>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user