Hey guys im trying to create a autosuggestion in cooperation with redux-form. Im using the Creatable approach. I loading my options via an external API. The problem is, i need a extra field in every Option Object. {value: "[email protected]", label: "[email protected]", dn:"CN...." }. Is there a possibility to do so?