Skip to content

Commit

Permalink
defer: use checkbox instead of dropdown for invert option
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed May 13, 2019
1 parent 6411450 commit 88e0644
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions nodes/combine-defer.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@
<input type="hidden" id="node-input-timeoutType">
</div>
<div class="form-row">
<label for="node-input-invert"><i class="icon-tasks"></i> Invert</label>
<select id="node-input-invert">
<option>false</option>
<option>true</option>
</select>
<label for="node-input-invert"><i class="icon-bookmark"></i> Invert</label>
<input type="checkbox" id="node-input-invert">
</div>

<style>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-combine",
"version": "1.8.0",
"version": "1.8.1",
"description": "Node-RED Nodes that output combinations of consecutive incoming messages",
"keywords": [
"node-red",
Expand Down

0 comments on commit 88e0644

Please sign in to comment.