Update form.js

This commit is contained in:
Thyke Adams 2021-05-26 11:03:29 -04:00 committed by GitHub
parent b73a034fca
commit a926cc88cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -278,7 +278,7 @@ module.exports = Mn.View.extend({
text: input text: input
}; };
}, },
createFilter: /^(?:\.)?(?:[^.*]+\.?)+[^.]$/ createFilter: /^(?:[^.]+\.?)+[^.]$/
}); });
// Access Lists // Access Lists