Closed SicorDev closed 2 months ago
Can you please state where this should be?
I can only find display none
I also need display:flex
instead of display:block
in some cases. E.g. if you use Bootstrap with "form-horizontal" the wrapper for the div holding the label and input-fields is set to flex
. This is to set the input-field besides the label not beyond. display:block
breaks the layout here, leading the input-field to move to a new line. Best thing would be to analyse the display-property of every single element before it gets hidden and then write back the individual property of every element, when it shall get shown again.
I would like to have a look in the JS-code but it's obfuscated. Can you provide the source-files? Maybe I could then propose a patch.
seems already fixed in v11 (for typo3 v12) https://github.com/in2code-de/powermail_cond/commit/a281ec790471233cb6b5d9a590bd60cce39f02ea
ah, alright. of course that's a much simpler solution. :) thx for pointing me to this. i think this issue can be closed
Hello,
our Design would require display:flex instead of display:block for showing hidden input fields. Maybe you can make that configurable? I'm sure other users would also require flex or grid eventually :-)
Greetings, Manuel