hello –
this is very minor but before proceeding, i wanted to ask something about <smart-input
https://codepen.io/edwardsmarkf/pen/myWevNv?editors=1111
please notice in my example, that to reference an attribute (getAttr) using html inline embedded code, you must include “data-“ but if you use setAttr, you do not.
my first workaround thought is something like:
item.getAttr('test') ? item.getAttr('test') : item.getAttr('data-test');
but i would appreciate any input from the community.
note: I 💌 smart-html-elements!