(obj) => {
this.input.onChange(obj ? obj[valueKey] : null);
};
<Select
onChange={onChangeSelect}
/>
}
ну и нейминги функций
Обсуждают сегодня