Hello, my DataSource is in the form of `{ key: 'hello_world', value: 'Hello World' }` and in the FieldSettings I've added the `{ id: 'key', text: 'value' }` and it's displaying correctly in the dropdown. I would like though when the user selects something to save the id (key) instead of the text. Is this possible?