-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Short description of the enhancement
Currently a show-if inputfield is shown by default, and then hidden if the show-if condition evaluates false. This can take a moment or two, so results in a "flash of unhidden content" that can be a bit startling/confusing to users.
My suggestion is that this be reversed, so admin themes have a CSS rule that hides show-if inputfields with display: none
(show-if inputfields already receive a InputfieldStateShowIf
class), and then once the show-if condition is evaluated true the inputfield is shown (either with an inline style or through the addition of a class). This would avoid the flash of unhidden content.
adrianbj, szabeszg, teppokoivula, thetuningspoon, jmartsch and 3 more
Metadata
Metadata
Assignees
Labels
No labels