const renderedText = $(el).find('.circuit-items input[type=text]')
        .map((i, e) => $(e).val())
        .toArray();