I have a customer table with Phone_Id column that is a foreign key to a Phone table that has Area Code, Phone Number, Extension columns.
In the UI, I have one Mud Input text field that has phone number mask on it as it collects phone number in this format (333) 491-5853. I don't want to enter multiple phone number in a single input field in the UI and bind each one to the corresponding column.
Is there a way to achieve binding one input field to multiple columns?
Thanks in advance