Skip to content

Commit 9a3c484

Browse files
committed
remove TODO comment
1 parent 1640305 commit 9a3c484

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/components/Form/FieldItem.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ import { CLASSPREFIX as eccgui } from "../../configuration/constants";
55
import { TestableComponent } from "../interfaces";
66
import Label, { LabelProps } from "../Label/Label";
77

8-
/*
9-
TODO: improve development convenience to prevent development inconsistencies
10-
11-
* disabled state could be automatically forwarded to inserted input element,
12-
currently this need to be dome explicitly (currently not implemented)
13-
* input id could be forwarded to label and input element (currently not implemented)
14-
* input id could be created when not given (currently not implemented)
15-
*/
16-
178
export interface FieldItemProps extends React.HTMLAttributes<HTMLDivElement>, TestableComponent {
189
/**
1910
* Intent state of the field item.

0 commit comments

Comments
 (0)