I have an Ecto schema that has a :map
type and another field that is a list of integers ({:array, :integer}
).
I’m wondering what a good form field would be in order to expose these through a form, so they can be updated from the UI and how would you handle that from the changeset?