How to allow user to select value from dropdown and also enter custom string value

0
Question: I need help implementing a feature where users can select a location from an enumeration list, but if the selected location is not available in the list, they should be able to enter it manually for the string attribute in the entity. Context: Please provide guidance on how to achieve this functionality. Marketplace Module Inquiry: Are there any modules available in the Marketplace that could assist us in achieving this functionality?    
asked
1 answers
0

Hello Vishwa,

Add a new dropdown option called "Other." When the user selects it, show an input field using visibility conditions for them to enter a custom value. Save this value in the input field's  attribute.

answered