Hi,
I’m working on an UI to configure objects in my editor and thought the property grid was going to work perfect for it but I stumbled on some limitations and wanted to know if there is a workaround or if I should just make my own custom component.
-
Disabled items on the grid are not formatted properly for Dark mode. Pretty minor but I figured you would want this fixed since it was a pretty big feature on 1.2. (Screen below)
-
I can’t seem to hide or disable properties on the fly. I’ve tried using:
.disabled = true
.visible = false
.hidden = true
.hide()
How do I get access to individual properties within the group using code? -
Integer stepper only works with mouse scroll. When I try to type in numbers it resets it back to 0.
-
Is there a way to change the integer stepper settings (Min, Max, Step amount)?
-
Is there a way I can have a Float type? If not, can I make a string type and add a regex rule to it to only allow certain characters?
I’ve looked on the API page but couldn’t find too much on this component.