v0.11.1 various UI bug fixes
This commit is contained in:
@@ -100,7 +100,7 @@ export default function SupportModal({ onClose }) {
|
||||
className="input"
|
||||
placeholder="Jane Smith"
|
||||
value={name}
|
||||
onChange={e => setName(e.target.value)}
|
||||
onChange={e = autoComplete="new-password"> setName(e.target.value)}
|
||||
|
||||
maxLength={100}
|
||||
/>
|
||||
@@ -113,7 +113,7 @@ export default function SupportModal({ onClose }) {
|
||||
type="email"
|
||||
placeholder="jane@example.com"
|
||||
value={email}
|
||||
onChange={e => setEmail(e.target.value)}
|
||||
onChange={e = autoComplete="new-password"> setEmail(e.target.value)}
|
||||
maxLength={200}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user