Closed simonuwe closed 2 weeks ago
When creating a new entry, floating label for switch is above switch-icon for values true and false. When using an existing entry, floating label overlaps the switch-icon for value false, it's above for value true
caused by
apex.item(dataitem).setValue('N');
but
apex.item(dataitem).setValue('Y');
works fine
Type on html for
When creating a new entry, floating label for switch is above switch-icon for values true and false. When using an existing entry, floating label overlaps the switch-icon for value false, it's above for value true