anoblet / my-project

Starterkit based off lit-element - manages users, provides state, has a CRUD example,

Home Page:https://my-project-75792.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There's no need to reference dom as both title and options are available as prop...

todo opened this issue · comments

commented

* @todo There's no need to reference dom as both title and options are available as properties
*/
public save() {
const form = this.shadowRoot.querySelector("#form-create");
if (!form) return;


This issue was generated by todo based on a @todo comment in 3250f4f. It's been assigned to @anoblet because they committed the code.

Poll creation has actually moved to Create.ts and no long exhibits these behaviors. Closing.