SecretTextArea variable
SecretTextArea variable
Text area that does not disclose an already configured value but lets the user reset the current value and enter a new one. Typically useful for asymmetric cryptography keys.
Signature
SecretTextArea: ({ isConfigured, onReset, ...props }: Props) => JSX.Element
Import
import { SecretTextArea } from '@grafana/ui';