Skip to content

Commit

Permalink
Merge pull request #401 from nyaruka/contact-field-feedback
Browse files Browse the repository at this point in the history
Better contact field editing feedback
  • Loading branch information
ericnewcomer authored Mar 17, 2024
2 parents 32eb519 + 2b17962 commit 840d9ed
Show file tree
Hide file tree
Showing 9 changed files with 318 additions and 49 deletions.
Binary file modified screenshots/truth/datepicker/initial-timezone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions src/FormElement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ export class FormElement extends RapidElement {
return this.internals.form;
}

get type() {
return this.localName;
}

public setValue(value: any) {
this.value = this.serializeValue(value);
}
Expand Down
Loading

0 comments on commit 840d9ed

Please sign in to comment.