@pega/custom-dx-components
Version:
Utility for building custom UI components
22 lines (19 loc) • 403 B
text/typescript
export const configProps = {
value: '',
label: 'Text Sample',
placeholder: 'Text Placeholder',
helperText: 'Text Helper Text',
testId: 'Text-12345678',
hasSuggestions: false,
displayMode: '',
hideLabel: false,
readOnly: false,
required: false,
disabled: false,
status: '',
validatemessage: ''
};
export const stateProps = {
value: '.TextSample',
hasSuggestions: false
};