longshotlabs / meteor-template-extension

A Meteor package: Replace already defined templates, inherit helpers and events from other templates
https://atmospherejs.com/aldeed/template-extension
MIT License
220 stars 20 forks source link

Confusing, why doesn't this work #49

Closed reduxdj closed 7 years ago

reduxdj commented 8 years ago

I am working on a branch of meteor admin, thad does it's magic to render the templates and icons, my use case is all I want to do is populate a span above my input. I'm completely baffled why the following doesn't work autoamagically.

character: autoform: type: 'afFieldIcon' type: String optional: true

How would I extend the AfFieldInput and add my own custom template wrapper, so i can add events and so forth?

aldeed commented 7 years ago

Closing issue backlog