fix: let more types of input check value before updating

pull/7111/head
maxam2017 5 years ago
parent deed340cf5
commit 586f1203e6

@ -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}`

Loading…
Cancel
Save