diff --git a/src/compiler/compile/render_dom/wrappers/Element/Binding.ts b/src/compiler/compile/render_dom/wrappers/Element/Binding.ts index 9e2ec85f0f..ab863e9dff 100644 --- a/src/compiler/compile/render_dom/wrappers/Element/Binding.ts +++ b/src/compiler/compile/render_dom/wrappers/Element/Binding.ts @@ -120,7 +120,9 @@ export default class BindingWrapper { type === '' || type === 'text' || type === 'email' || - type === 'password' + type === 'password' || + type === 'search' || + type === 'url' ) { update_conditions.push( x`${parent.var}.${this.node.name} !== ${this.snippet}`