Open logannc opened 8 years ago
In addition to just text values, I might want to get some other form of input.
The easiest thing you might do is change the 'input' option to 'inputType' or something and inject that into a <input type="{{inputType}}"> or something.
<input type="{{inputType}}">
In addition to just text values, I might want to get some other form of input.
The easiest thing you might do is change the 'input' option to 'inputType' or something and inject that into a
<input type="{{inputType}}">
or something.