mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
autocomplete='off' in ItemForm
This commit is contained in:
parent
c43bfdb2c2
commit
a3a41ba34b
@ -113,7 +113,7 @@ export function ItemFormPopup(props: ItemFormPopupProps) {
|
||||
}
|
||||
}}
|
||||
position={props.position}>
|
||||
<form ref={formRef} onReset={resetPopup} onSubmit={e => handleSubmit(e)}>
|
||||
<form ref={formRef} onReset={resetPopup} autoComplete='off' onSubmit={e => handleSubmit(e)}>
|
||||
{props.item ? <div className='tw-h-3'></div>
|
||||
:
|
||||
<div className='tw-flex tw-justify-center'><b className="tw-text-xl tw-font-bold">New {props.layer.name}</b></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user