Hennik Hunsaker

Results 369 comments of Hennik Hunsaker

It certainly should, yes. Very strange. Unfortunately, I don't have much time to work with at the moment, so I can't investigate properly. Not sure when, exactly, I'll have the...

That's a layout concern, which means you'll want to adjust your stylesheets accordingly. This library (and, indeed, Angular itself) only handles the HTML; you're responsible for your own CSS. The...

HTML templates aren't supported, no, though that feature is on the roadmap. For now you may wish to investigate one of the alternative projects listed in the README... :-\

Absolutely. Just drop in whichever Angular autocomplete module you want to use, add the relevant attributes to the object in the `attributes` key of the field, and you should be...

I tend to use Angular Bootstrap, myself.

I'll need more detail to help much with this... Can you post your checklist definition and the controller?

Odd. Shouldn't be the case. I'll have to fix that.

The fix will be to move the block where attributes are set above the block where labels are added. Until I get the chance to make and commit that change,...

The same way you would in HTML - use the `"size"` attribute: ``` json template = [ { "type": "select", "model": "select", "label": "select", "empty": "nothing selected", "multiple": true, "attributes":...