Grigas
Grigas
> Is this a possible reason why properties that use formatted values don't show up unless I double click the property field? Unlikely - read-only renderers are completely separate from...
> What about category ? The `CategoriesTreeComponent` componet doesn't have the `hierarchyConfig` prop. https://github.com/iTwin/viewer-components-react/issues/1383 > I use a tool , `CreateLineStringTool` , to insert elements Am I right to think...
One of the easiest solutions to this would be to start showing categories for child elements. That way, we'd have the category node in filtering path and could use it...
> That approach seems reasonable to me I think we could even show/hide the category based on whether it matches parent node's category - this would avoid making the hierarchy...
A note regarding the proposed solution. If we create the intermediate category node as an instance node, we'd have to way to control its visibility, as it would only have...
> 1. On a custom property grid implementation, the selection storage is storing the instanceKeys on hover of the decorated objects. > > In the image, I am hovering an...
> [@grigasp](https://github.com/grigasp) do you have any sample code for a custom property grid display that I can refer to for implementation. ```html This is my custom property panel ``` You'll...
> I am looking for an end to end property grid example where a decorated geometry is clicked and onChange event can identify which decorator geometry is clicked. This workflow...
It looks like the error comes from Immer: > Maps and Sets that are produced by Immer will be made artificially immutable. This means that they will throw an exception...
> I updated some code to manage this issue. Mind sharing the details?