SmartClient Version: SNAPSHOT_v13.1d_2024-03-18/Enterprise Deployment (built 2024-03-18)
Chrome on MacOS
Hello, I'm trying the ToggleSwitch, and I think I've found a problem with the title, please try this test case:
and this is what happens:
Chrome on MacOS
Hello, I'm trying the ToggleSwitch, and I think I've found a problem with the title, please try this test case:
Code:
isc.VLayout.create({ membersMargin: 5, members: [ isc.Header.create({ title:"Standalone Toggle" }), isc.ToggleSwitch.create({ ID:"toggleSwitch", title:"foo", showTitle:true}) ] });
Comment