I create a form, but i can't put some attrs into the form field just like origin django.It take no effect? How to due with it? My code is like this: ``` 'type': forms.TextInput(attrs={ 'ng-bind': 'product', 'sd': 'sdfghn', }), ``` Thanks for you help.
I create a form, but i can't put some attrs into the form field just like origin django.It take no effect?
How to due with it?
My code is like this:
Thanks for you help.