Framework7's Range slider components don't initialize properly when they're inside collapsed TreeviewItems.
When the group is initially collapsed:
- The Range component can't measure its container width (it's 0 or hidden)
- The slider gets initialized with wrong dimensions
- When you expand the group, the slider is broken - the knob doesn't move correctly or returns NaN values
Current state:
opened={true || !control.meta.collapsed /* buggy, if its closed some widgets like sliders do not work properly */}
Framework7's Range slider components don't initialize properly when they're inside collapsed TreeviewItems.
When the group is initially collapsed:
Current state:
opened={true || !control.meta.collapsed /* buggy, if its closed some widgets like sliders do not work properly */}