diff --git a/.changeset/builtin-select-host-id-3976.md b/.changeset/builtin-select-host-id-3976.md new file mode 100644 index 0000000000..7c223640c6 --- /dev/null +++ b/.changeset/builtin-select-host-id-3976.md @@ -0,0 +1,35 @@ +--- +"@object-ui/components": patch +--- + +Built-in `select` fields: the form's label, validation message and required state now reach the control + +A hand-written form field `{ name: 'status', label: 'Status', type: 'select', options: [...] }` +rendered a visible "Status" label that pointed at nothing. Measured before the fix: +`