Testing AXO

This commit is contained in:
Pedro Silva 2024-04-08 14:53:09 +01:00
parent 9391865217
commit fe03215799
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
2 changed files with 3 additions and 1 deletions

View file

@ -99,6 +99,8 @@ class FormFieldGroup {
}
inputValue(name) {
console.log('inputValue:name', this.fields[name].selector);
return document.querySelector(this.fields[name].selector).value;
}