Hello, i really hate doing this type of question but regarding JET is so difficult to find specific answer .. i did try to get a answer alone!!
So, why on cookbook there is something like:
<input :id="[[inputId2]]" :value="[[value]]" style="width:100%;max-width:18em"/>
why use of colon? if i remove them its stop working, its because of being 'normal' html tag ? if so why use colon in this case:
<oj-input-text :id="[[inputId1]]" value="{{value}}"></oj-input-text>
every single detail matters to me.
Cumps Fábio (Btw i am having some trouble changing my username lol)