Ash and AshPhoenix error key needs to be "foreign_resource_id", not "foreign_resource"..
There is a resource "A", and it includes
In phoenix liveview form, after validation I expect error with key "foreign_resource_id" needs to be exist, but only "foreign_resource" error exists.
Can I get error with key "foreign_resource_id"?
belongs_to :foreign_resource, ForeignResource, and foreign_resource_id column.In phoenix liveview form, after validation I expect error with key "foreign_resource_id" needs to be exist, but only "foreign_resource" error exists.
Can I get error with key "foreign_resource_id"?
