mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 03:30:25 -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()}
|
||||
<Input
|
||||
step={0.01}
|
||||
autoComplete='off'
|
||||
{...props}
|
||||
value={value}
|
||||
className='block rounded-none border-none'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user