mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-16 13:21:10 -05:00
🐛 fix(enhaced-input): Disable autocomplete for EnhancedInput component
This commit is contained in:
parent
7a279e6e30
commit
f190c68eb0
@ -141,6 +141,7 @@ export function EnhancedInput({
|
|||||||
{renderPrefix()}
|
{renderPrefix()}
|
||||||
<Input
|
<Input
|
||||||
step={0.01}
|
step={0.01}
|
||||||
|
autoComplete='off'
|
||||||
{...props}
|
{...props}
|
||||||
value={value}
|
value={value}
|
||||||
className='block rounded-none border-none'
|
className='block rounded-none border-none'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user