Krister Viirsaar
Krister Viirsaar
yep, I also have this issue. @thearabbit did you ever get around this?
I got around by using [selectize](https://atmospherejs.com/comerc/autoform-selectize). Thought it has exactly the same issue, but at least I could reset it "manually". ``` AutoForm.addHooks(['insertProductForm'], { onSuccess: function(formType, result) { $('select')[0].selectize.clear() }...
i created a new image and was messing around all day to get my DB to update. since it's staging i decided to destory it and create 15.2 from scratch....
ah okay. Seems I needed something different to what you package provides. I only want to insert email and let the plugin figure out the rest - even if user...
I ended up completely rewriting the package for my own need as my need is very specific and doesn't need fallbacks or any fancy stuff. So no hurry.
i dug through the code (tests more specifically) and found that the syntax that does work is `~m{"a" => 1}`. i'm going to assume this is the best approach and...
oh no, i did indeed supply a bad example that didn't explain my motive. i want to pattern match. let's say there's an incoming map like ``` a = %{"a"...