mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-04-22 10:52:16 +00:00
Removed unused console.log
This commit is contained in:
parent
af7bd78dfb
commit
b34a4c0a0d
@ -7,9 +7,10 @@ extends AbstractAttribute {
|
||||
public trigger(): boolean {
|
||||
const regStr = this.input.element.dataset.regex
|
||||
if (!regStr) return true
|
||||
|
||||
const regex = new RegExp(regStr, "g")
|
||||
const test = this.input.getValue() + ""
|
||||
console.log(test)
|
||||
|
||||
return regex.test(test)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user