ModalFormData options render outside of option container in the UI
- Partner Rank: 2
- Partner Team Reporting: 57Digital
- Verification builds: UWP 1.20.40 19188796
- Regression Builds: Unknown
- Summary: ModalFormData options render outside of the option container in the UI
- Impact: UI glitch makes it difficult for the player to read.
- Repro Steps:
Step 1: Make a ModalFormData with really long options. Step 2. Observe issue. - Observed Results: Long options spill outside of the option container.
- Expected Results: Long options should either clip, or be truncated.
- Screenshots / Videos attached: See below.
- Notes:
- A workaround would be for us to truncate the option when constructing the dropdown, but seems a bit out of scope for the creator to know the character limits of how long the strings should be.
Code: form.dropdown(Test", [ "§cOne", "§cTwo", "§cThree", "§cFour", "§2Five - A realllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllly long option!!!" ]);
