TextEntry
Overview
Field for entering text into the application
import { TextEntry } from '@ska-telescope/ska-gui-components';
...
<TextEntry label="TextEntry Label" testId="testId" value={ENTRY_FIELD_VALUE} />
Constants
- header:
“Constant”, “Values”, “Usage”
“LABEL_POSITION”, “Contained, Top, Bottom, Start, End”, “Allows for the positioning of the label”
Masking
- header:
“Character(s)”, “Details”
“0”, “Any digit” “a”, “Any letter” “*”, “Any character” “[]”, “Make input optional” “()”, “Include fixed part in unmasked value”
Testing Identifier
Provided by the property testId