TableCellTextFieldWithTooltipError
Table cell text field with error message displayed in a persistent tooltip. When errorMessage is not empty, a tooltip with the error will be shown. The tooltip remains visible until the user clicks the dismiss button.
Parameters
the input text to be shown in the text field
the callback that is triggered when the input service updates the text
the error message to display in the tooltip. Empty string means no error
the Modifier to be applied to this text field
controls the enabled state of this text field
controls the editable state of the text field
the style to be applied to the input text
the optional label to be displayed inside the text field container
the optional placeholder to be displayed when the text field is in focus and the input text is empty
the optional leading icon to be displayed at the beginning of the text field container
the optional trailing icon to be displayed at the end of the text field container
the optional prefix to be displayed before the input text in the text field
the optional suffix to be displayed after the input text in the text field
transforms the visual representation of the input value
software keyboard options that contains configuration
when the input service emits an IME action, the corresponding callback is called
when true, this text field becomes a single horizontally scrolling text field
the maximum height in terms of maximum number of visible lines
the minimum height in terms of minimum number of visible lines
the MutableInteractionSource representing the stream of interactions for this text field
defines the shape of this text field's border
TextFieldColors that will be used to resolve the colors used for this text field in different states
the padding applied to the inner text field