|
selectionChange={arg => {
if (
arg.state == "Changed" &&
arg.newValue.length &&
arg.newValue[0].id === "programming"
) {
// call the required function based on the condition.
this.functionCall();
}
}} |