UNPKG

@pega/dx-component-builder-sdk

Version:

Utility for building custom UI components

48 lines (45 loc) 793 B
// @ts-nocheck export const configProps = { value: '', label: 'Phone Sample', datasource: { source: [ { value: '+1' }, { value: '+91' }, { value: '+48' }, { value: '+44' } ], fields: {} }, showCountryCode: true, placeholder: 'Phone Placeholder', helperText: 'Phone Helper Text', testId: 'phone-12345678', hasSuggestions: false, displayMode: '', variant: '', hideLabel: false, readOnly: false, required: false, disabled: false, status: '', validatemessage: '' }; export const stateProps = { value: '.PhoneSample', datasource: { source: 'D_pyCountryCallingCodeList.pxResults', fields: { value: '.pyCallingCode' } }, hasSuggestions: false };