You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
The dropdown menu will populate with the list, but when I try to push the value to firebase I get an error..."Cannot read property 'value' of undefined".
THE HTML:
[[dr.name]]
</paper-listbox>
</paper-dropdown-menu>
THE PUSH to firebase:
addPatient: function () {
this.$.patients.ref.push({
name: this.$.pxName.value,
aptTime: this.$.pxAptTime.value,
location: this.$.pxLocation.value,
provider: this.$.pxProvider.value <<<<<<<<<<<<< THIS IS WHATS NOT WORKING
})
The text was updated successfully, but these errors were encountered:
The dropdown menu will populate with the list, but when I try to push the value to firebase I get an error..."Cannot read property 'value' of undefined".
THE HTML:
[[dr.name]]
THE PUSH to firebase:
addPatient: function () {
this.$.patients.ref.push({
name: this.$.pxName.value,
aptTime: this.$.pxAptTime.value,
location: this.$.pxLocation.value,
provider: this.$.pxProvider.value <<<<<<<<<<<<< THIS IS WHATS NOT WORKING
})
The text was updated successfully, but these errors were encountered: