We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abb4ad commit 076e17bCopy full SHA for 076e17b
arduino-cloud.html
@@ -95,7 +95,7 @@
95
$("#node-input-property").change(() => {
96
const property_name = $("#node-input-property").find('option:selected').text();
97
const property_value = $("#node-input-property").find('option:selected').val();
98
- if (property_name !== "" && property_value !== "" && property_value !== undefined) {
+ if (property_name !== "" && property_value !== "" && property_value !== undefined && this.propname === "") {
99
this.propname = property_name;
100
$("#node-input-name").val(property_name);
101
}
0 commit comments