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 4acec46 commit 970a09dCopy full SHA for 970a09d
frontend/packages/pydantic-forms/src/components/fields/ListField.tsx
@@ -39,7 +39,7 @@ export const ListField = ({
39
>
40
{pydanticFormField.options.map(
41
(option: PydanticFormFieldOption) => (
42
- <option key={option.value} value={option.label}>
+ <option key={option.value} value={option.value}>
43
{option.label}
44
</option>
45
),
0 commit comments