1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

fix(ui): autocomplete on edge custom template and stacks [EE-6761] (#11268)

This commit is contained in:
Prabhat Khera 2024-02-27 20:15:52 +13:00 committed by GitHub
parent 84ca6185dc
commit d8e374fb76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ export function InnerForm({
const texts = textByType[values.Type];
return (
<Form className="form-horizontal">
<Form className="form-horizontal" autoComplete="off">
<CommonFields
values={values}
onChange={(newValues) =>

View file

@ -65,7 +65,7 @@ export function InnerForm({
const texts = textByType[values.Type];
return (
<Form className="form-horizontal">
<Form className="form-horizontal" autoComplete="off">
<CommonFields
values={values}
onChange={(newValues) =>