Closed hunterboerner closed 6 months ago
Ok so I figured out this is the result of the integer ids being converted into strings at some point and then it doesn't map correctly. Changing my value in my options map to string and providing & to_string(&1)
as a value_mapper
solves this issue.
If I have a form with two fields,
a
andb
whereb
is a live_select set to "Foo", value "bar". Then when I edita
,b
changes tobar
. Changinga
should not changeb
.