Я использую Chrome / Safari, и AutoCompleteEditor отлично работает.
Параметры настройки
const commonDuration = [
{ id: 0, title: '0:15' }, { id: 1, title: '0:30' }, { id: 2, title: '0:45' },
{ id: 3, title: '1:00' }, { id: 4, title: '1:30' }, { id: 5, title: '2:00' }
];
в столбцах
editor: <AutoCompleteEditor options={commonDuration} />