馃摎 馃殌 Feature Request: Add Visibility Condition for all Control arguments #21208
NimaBakhtiyari
started this conversation in
Feature Request
Replies: 0 comments
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.
Prerequisites
What problem is your feature request going to solve? Please describe.
While writing a widget, I encountered the problem that it is not possible to display or hide the values of the arguments of a control based on the value of another control, for example, changing the icon of the 'choose' control based on the value of another control or changing the options of a control based on the selection in another control. You can only define a condition for the display entire control.
Describe the solution you'd like
some thing like this https://developers.elementor.com/docs/editor-controls/conditional-display/ but for one a argument not entire control.
Describe alternatives you've considered
No response
Additional context
some things like below code for change icons:
All reactions