IE doesn’t support property or method ‘remove’
-
When editing the “Phone Number (Better)” field in IE browser, an error “Object doesn’t support property or method ‘remove'” appears in the console. Because of this, the validation of this field is unsuccessful with any input data.
Caniuse: https://caniuse.com/#search=remove
Possible solution: add a polyfile for this (https://stackoverflow.com/questions/3387427/remove-element-by-id/18120786#18120786).
- The topic ‘IE doesn’t support property or method ‘remove’’ is closed to new replies.