We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b5e64 commit 2812a65Copy full SHA for 2812a65
src/packages/frontend/account/lite-ai-settings.tsx
@@ -137,6 +137,8 @@ export default function LiteAISettings() {
137
allowClear
138
value={values[keyField] ?? ""}
139
placeholder={placeholder}
140
+ name={`llm-${keyField}`}
141
+ autoComplete="off"
142
onChange={(e) => onChange(keyField, e.target.value)}
143
/>
144
</Col>
0 commit comments