Is the use of the following code correct? I have to give more than one attribute to attr ?
<input data-bind="attr: { 'data-id': id, type: checkType() }"/>
Is the use of the following code correct? I have to give more than one attribute to attr ?
<input data-bind="attr: { 'data-id': id, type: checkType() }"/>