I am really lost as to which widget I need in order to implement the following use case. (Alternatively, could I adapt an existing widget?)
Here's the setup. I have a large list of regions. Here's part of it:
[
{id:1, name:"Canada"},
{id:2, name:"France"},
{id:3, name:"United Kingdom"},
{id:4, name:"United States of America"}
]