Hi all,
We have a requirement where we want to use select2 plugin for our drop down requirement .
What is the correct approach to do that and handle such a scenario in aem forms with ootb fields
@Mayank_Gandhi Any help is appreciated
Thanks
Views
Replies
Total Likes
@Sb2512 anything specific that you are unable to achieve using OOTB select? Your options
1. Create a custom component just like site dropdown, and handle data in your own way(prefill, submit, data binding)
2. Overlay the OOTB one
3. Create a custom component and have a hidden field(OOTB) that is used to read selected dropdown data and map it further. -> My preferred way in case there is data logic
Thanks for the inputs...
We want to add a flag of the country in drop down field with country code....