Skip to main content

If I use modes to swap the states between 3 radio buttons and switch the state of another component it works fine. However, If I open the same frame as a modal, and try to swap between the modes, it glitches. When you choose another option in the modal, parts of the UI disappear, and you have to click twice to get it to work.

Steps to replicate

  1. Create a radio component with selected and deselected variants
  2. Drag those 3 options into the frame and make options a, b, and c
  3. Make a text area component with 3 variants, a, b, and c.
  4. Create string variables for each option-a, option-b, and options-c and bind the variables to the radios
  5. Make a text variable for the text area and bind it to the instance.
  6. Make three modes, a, b, and c and have the respective A, B, and C selected in each mode
  7. Make the text area swap between each A, B, and C mode.

When I look at it in a simple frame it works fine.

When I try to open this in a modal, the design is borked. 

File is attached.

https://drive.google.com/file/d/12rAawa0H6Jc0VF_EUffNRP-mflIMU2cR/view?usp=sharing

Be the first to reply!