How to make dependant fields disappear if other value selected? #7687
Closed
martonmiklos
started this conversation in
General
Replies: 2 comments 1 reply
-
The hiding partially works in the old UI, however the labels never got hidden (and visible by default): @wolflu05 would you mind to take a look on this? I am happy to fix this behavior if it is an issue (and not misuse on my side). |
Beta Was this translation helpful? Give feedback.
1 reply
-
@wolflu05 no worries, many thanks for the quick feedback and for looking into it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I did not wanted to pollute the issue tracker with some development related help, I hope it could fit here.
I am trying to add a custom sheet size option to the label sheet printer plugin:
martonmiklos@dba1a4e#diff-6e924718eac2d314c838bd9e458d9a6d245a20bd486fb1e65cc30415c8eb635dR34
For revealing the fields it works great, however it does not hide them when a predefined size is selected.
Is there anything what I am missing?
I tried to study the machine plugin where it is utilized:
https://github.com/inventree/InvenTree/blob/master/src/backend/InvenTree/plugin/builtin/labels/inventree_machine.py#L165
However I did not found any major differences to my usage.
Beta Was this translation helpful? Give feedback.
All reactions