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
Hey, I have been using this editor and have had an amazing experience because of its capabilities and features, it would be amazing if we could have more control over the annotations and their behaviour. Example,
An onDelete event.
show a particular set of annotations only based upon a common id added in them by user.
change style of the selected boundary
option to show a string added to the annotation object when hovered over it. something like showLabel = {(annotation)=>{annotation.nameInObject}}.
you have a ref option with which we can control annotations data but it could be made more simpler by making the editor have a controlled state (for react).
The text was updated successfully, but these errors were encountered:
hey @AhmeeedMostafa , Sorry for the late reply. For the 2nd point, lets say there are a 100 of annotations at point of time and i have grouped them on the basis of an Id that i have added in the "annotations" state, then it should be possible for me to just have the annotations grouped by a that id as visible. This enhances the user experience as they can focus on on part at a time and have least amount of confusion. This will also inscrease and better the scope of use.
something like groupAnnotsBy={"key in which the id is stored"} showAnnotGroup={"the id value "}. If "showAnnotGroup" is empty show all. and give a small info at a corner that a particular id group is only being shown. if none added, it'll work as is. Thankyou.
Hey, I have been using this editor and have had an amazing experience because of its capabilities and features, it would be amazing if we could have more control over the annotations and their behaviour. Example,
The text was updated successfully, but these errors were encountered: