Is there way to use component from controller/view field
So instead of using
{{contact-select label=\"Label:\" contacts=form.prop}} // or {{input-field
You can use the component helper that was introduced in 1.11.0. Unfortunately there was no built-in way to do it before 1.11.0. If you're not able to upgrade, this thread can point you in the direction of writing your own helper.