Zach Perkitny
Zach Perkitny
Can we expect this to be merged anytime soon ? Being able to override the Local Plugin's filtered data selector, or any selector, without modifying any of its dependencies would...
I would also like to see this feature made available.
Something like this would be useful for Cards as well. I've been using something like this for the time being (example view): ```python def some_view(request, id): if request.method == 'POST':...
Did you ever find a solution ? **EDIT:** I found this in the source code: ``` import moment from 'moment'; export default function parseInput(input, format) { let output = null;...
@martinpesout Hopefully they'll make this possible, or maybe I'll make a pull request.