Closed vivazzi closed 7 years ago
Correct. this is the second time this issue is reported (Issue #288 ) . Support for MultipleValueField may need some more work. Would you like to investigate?
@adrienbrunet I am glad to help! I will try it in May (now I'm busy). I will do pull request as soon as I can.
@vivazzi could you please check with version 1.0 after 1.1 will be released.
ping @vivazzi
closing for inactivity
For example, I want to filter products by price using django-filters:
I get html:
Although, I should get:
i. e. ng-model instead of
ng-model="filters['unit_price']"
should beng-model="filters['unit_price_0']"
for first input andng-model="filters['unit_price_1']"
for second input.