mapseed/platform

Reappearance of map drag message on dynamic form

Closed this issue · 1 comments

When using the dynamic form with multiple categories, changing the category after the map has been dragged will re-trigger the yellow "drag the map to set your pin's location" box to appear. Even though the form won't prevent submission at this point, it's confusing to the user for this box to reappear. We should make sure it's hidden for good after the initial map drag.

NOTE-- I think the fix for this issue would be appropriate for the PlaceFormViews's postRender() method, which is introduced in PR #379.

Maybe we should merge #379 first, then work on this issue?