Andrei Karalkou
Results
1
comments of
Andrei Karalkou
@picodemark looks like there is a mistake in docs, try to use `formfield_overrides = { ArrayField: {'widget': MyWidget}, }` or `formfield_overrides = { ArrayField: {'widget': DynamicArrayTextareaWidget}, }` Hope it helps!