The use case needed:
• List of options in a database field
• Allow user to only select from the data source options
• Have the ability to select more than one option in the field
• Separate the options selected by “,” is suggested
Example: database field has 10 dropdown options (1-10). The user is able to select all even numbers. So, the field now shows 2, 4, 6, 8, 10.
The use case needed:
• List of options in a database field
• Allow user to only select from the data source options
• Have the ability to select more than one option in the field
• Separate the options selected by “,” is suggested
Example: database field has 10 dropdown options (1-10). The user is able to select all even numbers. So, the field now shows 2, 4, 6, 8, 10.