Community
Participate
Working Groups
When adding an ImpliedElementProperty right after a ValueProperty in the UI definition, I'd expect the implied property to be aligned with the value property. But Sapphire UI seems to start a new alignment when it encounters an implied property. Here is a sample sdef snippet: <property-editor>ExceptionHandler</property-editor> <property-editor>UsePageFragments</property-editor> <with> <path>Initializer</path> <default-panel> <content> <property-editor>Expression</property-editor> </content> </default-panel> </with> In the Sapphire UI, ExceptionHandler and UsePageFragments are aligned. But Initializer is not aligned with them.
Fixed the problem. Added an example of this in the gallery sample under Element Properties -> Implied. Please verify.
verifed. Thanks!