We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1640305 commit 9a3c484Copy full SHA for 9a3c484
1 file changed
src/components/Form/FieldItem.tsx
@@ -5,15 +5,6 @@ import { CLASSPREFIX as eccgui } from "../../configuration/constants";
5
import { TestableComponent } from "../interfaces";
6
import Label, { LabelProps } from "../Label/Label";
7
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
17
export interface FieldItemProps extends React.HTMLAttributes<HTMLDivElement>, TestableComponent {
18
/**
19
* Intent state of the field item.
0 commit comments