Skip to main content

AutomationTextInput

The AutomationTextInput component allows you to provide a regular text as well as a dynamic expression with auto-completion support.

Import

import { AutomationTextInput } from '@dynatrace/automation-action-components';

Props

AutomationTextInputProps

extends
NameTypeDefaultDescription
value?
''

The content of the input.

onChange?
(value: ) =>
-

Callback that is called when the value changes.

placeholder?
-

Initially displayed when there is no other content.

readOnly?
false

Whether the input is readonly.

Still have questions?
Find answers in the Dynatrace Community