I need to use ClearableFileMultipleInput
I am trying to achieve this by : from django.forms.widgets import ClearableFileMultipleInput
But I am getting error on input. How can I import this widget in django 4.0?
I need to use ClearableFileMultipleInput
I am trying to achieve this by : from django.forms.widgets import ClearableFileMultipleInput
But I am getting error on input. How can I import this widget in django 4.0?
I see no widget by that name anywhere in the Django docs. In fact, a web search for that name doesn’t show up anywhere.
Where are you seeing this as existing? What documentation do you have for it?