Caleb Porzio il y a 3 ans
Parent
commit
1b6a5ddd9d
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      packages/alpinejs/src/utils/bind.js

+ 0 - 2
packages/alpinejs/src/utils/bind.js

@@ -8,8 +8,6 @@ export default function bind(el, name, value, modifiers = []) {
 
     el._x_bindings[name] = value
    
-    if (el._x_omit_attributes && el._x_omit_attributes.includes(name)) return
-
     name = modifiers.includes('camel') ? camelCase(name) : name
 
     switch (name) {