Hello Forest Admin team,
I have a model with the following field:
methodology: {
type: DataTypes.JSONB,
defaultValue: Sequelize.JSONB('{"fr":""}'),
},
Expected behavior
I would expect the JSON field initialized with {"fr":""}
when I create a new item (in the placeholder)
Actual behavior
The field is empty, no placeholder.
Context
Forest-express-sequelize: 6.3.11
Is there a way to make this work?
Thanks,
Gael