Autocomplete return id
Iam using a lot of Autocomplete component in the form I made a custom component for that and reusing everywhere. but in every field, I want to submit the id of the object that are passed as options to it. so instead of modifying submit function in every form is the any way to handle this in the Autocomplete component itself
