Get the inherited value of responsive control based on another responsive control #25305
mtumbarello-eness
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..
I'm making a widget where I have a responsive control "linked" with another one. To explain, i want to display x elements (from 1 to 5) (count_rea) and their width depend on the gap value I put in another control (realisations_horizontal_space).
When I change the number of elements in responsive, the gap value of the breakpoint i'm in won't get the inherited one, I have to re-enter it if I want my calc to be updated. I guess that count_rea ONLY tries to find the value of the current breakpoint, and that is the problem I encounter.
Here is the code :
Describe the solution you'd like.
I would like to be able to link 2 responsive controls values so that when we specify the value of another control, it also gets its inherited one.
Describe alternatives you've considered.
No response
Additional context
No response
Agreement
Beta Was this translation helpful? Give feedback.
All reactions