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 Oct 6, 2020. It is now read-only.
Use individual event handlers on change:property events from the model that enable a renderScheduled flag. The basic change event from the model is bound to render which checks if renderScheduled is true and, if so, rendering proceeds.
Some known places where this needs to be implemented.
GenericCollectionView
CheckboxOptionsView
RadioOptionsView
ListView
ModesView
The text was updated successfully, but these errors were encountered:
I did some work on this and pushed it to my origin under a branch called "issue-196". You can use this as a starting place. Currently, this branch deals with the generic collection view, radio/checkbox views, and started on the list view. The map view could be done in isolation.
Use individual event handlers on
change:property
events from the model that enable arenderScheduled
flag. The basicchange
event from the model is bound torender
which checks ifrenderScheduled
is true and, if so, rendering proceeds.Some known places where this needs to be implemented.
The text was updated successfully, but these errors were encountered: