Closed josecristhian closed 9 months ago
Select component with resource type in the template item is not working with two interpolations:
{{ item.data.textField }} {{item.data.textField1}}
4.14.0-rc.28 => Does not work https://jsfiddle.net/josecristhian/jo72rgaw/6/
4.14.0-rc.27 => Works https://jsfiddle.net/josecristhian/cqbdkuza/2/
{ "label": "Select", "widget": "choicesjs", "tableView": true, "dataSrc": "resource", "data": { "resource": "6196891303607508f5c67c81" }, "template": "{{ item.data.textField }} - {{ item.data.textField1 }}", "key": "select", "type": "select", "input": true, "addResource": false, "reference": false }
Closing this thread as it is outdated. Please re-open if it is still relevant. Thank you for your contribution!
Select component with resource type in the template item is not working with two interpolations:
{{ item.data.textField }} {{item.data.textField1}}
4.14.0-rc.28 => Does not work https://jsfiddle.net/josecristhian/jo72rgaw/6/
4.14.0-rc.27 => Works https://jsfiddle.net/josecristhian/cqbdkuza/2/
{ "label": "Select", "widget": "choicesjs", "tableView": true, "dataSrc": "resource", "data": { "resource": "6196891303607508f5c67c81" }, "template": "{{ item.data.textField }} - {{ item.data.textField1 }}", "key": "select", "type": "select", "input": true, "addResource": false, "reference": false }