scarybook

Results 4 issues of scarybook

I use few typeaheads in a form and I need to clear some of them (but not all) when a button is clicked. I tried to set necessary binded values...

Question
Triage

I have noticed that both methods below only works when layer is added to a map directly and not to a group `panelLayers.removeLayer(toRemove)` or `toRemove.removeFrom(maps[mapId])` ``` function addLayer(mapId, layer, layerId)...

Is there a possibility to check all layers in a group in a code? I have few groups created dynamically and want to select all layers form specified one? Or...

In reference to current project architecture where should I create new entity model when I want to create sth like Department Entity? Each of department will have list of Users...