Hiding entry components in the new Properties Panel release (alpha) using props

Hi! I have been working with the new Properties Panel release (i.e. 1.0.3-alpha.3) and I have been able to hide/show dynamically entry components by using Javascript and Css.

But, I wonder if there is a “hidden” prop like there was in the old Properties Panel. If it doesn’t exist, are you going to add it in next releases?

Thanks for your support

Hi, thanks for your question!

At the moment, there is nothing like a hidden property for the entries. There are also currently no plans to add it. Feel free to open an issue for this.

As a workaround, you could not return the entry via your properties provider at all when it shouldn’t show up (at a certain condition). Example: NameProp.

1 Like