The “Option Text” property is automatically changing if we redesign the layout of the screen in reactive.
Steps To Reproduce:
In our use case, we have 100s of controls on the same screen, many of them are dropdown boxes. For any layout changes option text property resets to other column. It needs manual effort to reset back.
we dont want it to reset the column in option text property but it does. perhaps a bug?
I have attached sample oml used.
Any help?
Hi, I tinkered your OML a bit, you can fix this bug, by deleting the Signals.Label attribute and Create it again, It worked for me. Try it and ask again if it's still not working
Hi,
This might be the minor bug related to service studio but I tried few things in your OML. When you done with the layout changes and after change the value of option text from Signals.dropdownText to Signal.Lable then again you change the value of option text to Signals.dropdownText and publish the module. After that this value will not change.
Hope this will help,
Regards,
Komal