I am trying to allow users to select something that has two names (one numerical and one text):
- Reference number
- Name
Reference number is required when adding but the name is an optional additional field. When both added, they are connected. A reference number can be added with no name, but you can't add a name without a reference number. I have the facility to add, but selecting is more of an issue.
I currently have two separate selects and was going to apply logic that if one was selected that is connected to other, it will select the other.
Ideally looking for an alternative better solution..
