diff --git a/src/design-system/text-box/text-box.component.tsx b/src/design-system/text-box/text-box.component.tsx index 716e80b..8f2f23d 100644 --- a/src/design-system/text-box/text-box.component.tsx +++ b/src/design-system/text-box/text-box.component.tsx @@ -14,7 +14,7 @@ import type { Sx } from '../../design-tokens'; export interface TextBoxProps extends Form.FormControlProps { required?: boolean; disabled?: boolean; - id?: string; + id: string; label: string; name?: string; defaultValue?: string; @@ -67,7 +67,9 @@ export const TextBox = ({ data-testid={rest['data-testid']} /> -