It would be nice to have an option to pass custom data that would be passed on to handleSelect. something like: ``` javascript options.push({ label: 'label', value: 'value', id: 494949494 }); ``` `id` being the value i want to get back later on selection/deletion.