Hi!
I’m using the ‘forest_liana’ gem (version 6.3) in my Ruby on Rails (version 5.2) app.
Basically I have a Travel model and a Theme model. I’m using a has_and_belongs_to_many relationship between these two models.
When I open Forest Admin, open a Travel, click on Themes (in Related Data), then “Add an existing theme”, I get a simple search field (cf screenshot).
My question is: is there any way to have a list of possible values instead of this search field? This is what we would like to have:
http://g.recordit.co/TmziMAnkpb.gif
Thanks for your help!