🐛 fix(enhaced-input): Disable autocomplete for EnhancedInput component

This commit is contained in:
web 2025-08-13 07:39:28 -07:00
parent 7a279e6e30
commit f190c68eb0

View File

@ -141,6 +141,7 @@ export function EnhancedInput({
{renderPrefix()}
<Input
step={0.01}
autoComplete='off'
{...props}
value={value}
className='block rounded-none border-none'