in src/app/devices/cloudToDeviceMessage/components/cloudToDeviceMessage.tsx [312:326]
text: t(ResourceKeys.cloudToDeviceMessage.properties.systemProperties.ack.negative)
}
];
return (
<Dropdown
options={options}
onChange={onDropdownSelectedKeyChanged}
/>);
};
const renderEncodingDropdown = (property: PropertyItem) => {
const index = findMatchingItemIndex(property);
const onDropdownSelectedKeyChanged = (event: React.FormEvent<HTMLDivElement>, option?: IDropdownOption): void => {