Skip to content

Conversation

@addisonbeck
Copy link
Contributor

Resolves https://app.asana.com/0/1200578627114106/1200719554428334/f

Issue

In web and desktop we use the HTML attribute hidden to toggle optional Send fields in and out of view. In browser we anomalously achieve this same functionality with an *ngIf. *ngIf not loading content into the DOM until its condition is met is causing the efflux-dates-component to not emit the initial deletion date value, resulting in an error.

Solution

Change the *ngIf to [hidden] for toggling Send optional fields on and off so form content is not added to or removed from the DOM dynamically.

@addisonbeck addisonbeck requested a review from a team August 18, 2021 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants