|
|
@ -97,6 +97,7 @@ export default class BindingWrapper {
|
|
|
|
const type = parent.node.get_static_attribute_value('type');
|
|
|
|
const type = parent.node.get_static_attribute_value('type');
|
|
|
|
|
|
|
|
|
|
|
|
if (type === null || type === "" || type === "text" || type === "email" || type === "password") {
|
|
|
|
if (type === null || type === "" || type === "text" || type === "email" || type === "password") {
|
|
|
|
|
|
|
|
update_conditions.push(parent.var);
|
|
|
|
update_conditions.push(x`(${parent.var}.${this.node.name} !== ${this.snippet})`);
|
|
|
|
update_conditions.push(x`(${parent.var}.${this.node.name} !== ${this.snippet})`);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|